Skip to content
Technology and Trends
  • Home
  • Database
  • Big Data
  • Hadoop
  • Spark
  • Linux
  • Interviews
  • Toggle website search
Menu Close
  • Home
  • Database
  • Big Data
  • Hadoop
  • Spark
  • Linux
  • Interviews
  • Toggle website search

Java

  1. Home>
  2. Java>
  3. Page 2

SparkSession in Apache Spark

  • Post author:nitendratech
  • Post category:Spark
  • Post comments:2 Comments
  • Post published:May 24, 2020

SparkSession has been the main entry point to Spark applications since Spark 2.0. Before Spark 2.0 Spark Context was the main entry point for any Spark applications. We see how…

Continue ReadingSparkSession in Apache Spark

JVM Monitoring tools

  • Post author:nitendratech
  • Post category:Java
  • Post comments:0 Comments
  • Post published:March 22, 2020

JDK 8 version of Java introduced Java Mission Control, Java Flight Recorder, and jcmd utility for diagnosing problems with JVM and Java applications. Oracle Java documentation suggests using the jcmd…

Continue ReadingJVM Monitoring tools

HashTable vs HashMap in Java

  • Post author:nitendratech
  • Post category:Java
  • Post comments:0 Comments
  • Post published:February 9, 2020

Even though HashTable and HashMap both are data-structure based upon Hashing and implementation of Map Interface, there are many differences among them. We will read about the main difference between…

Continue ReadingHashTable vs HashMap in Java

Difference between Overloading Vs Overriding in Java

  • Post author:nitendratech
  • Post category:Java
  • Post comments:0 Comments
  • Post published:October 20, 2019

This is one of the most common interview questions of all time when applying for a Java developer position. We will see the difference between Overloading and Overriding in this…

Continue ReadingDifference between Overloading Vs Overriding in Java

Difference between Abstract Class and Interfaces in Java

  • Post author:nitendratech
  • Post category:Java
  • Post comments:0 Comments
  • Post published:October 13, 2019

An abstract class is a java class that has one or more abstract methods (nobody). It cannot be instantiated and defines an interface that has to be implemented by all…

Continue ReadingDifference between Abstract Class and Interfaces in Java

Introduction to JDBC

  • Post author:nitendratech
  • Post category:Programming
  • Post comments:3 Comments
  • Post published:July 25, 2019

JDBC stands for Java Database Connectivity. It is a standard Java API for interacting with a range of databases. We can access virtually any data source ranging from, relational databases…

Continue ReadingIntroduction to JDBC

Java Data Types

  • Post author:nitendratech
  • Post category:Java
  • Post comments:0 Comments
  • Post published:November 1, 2017

As Java is a strongly typed language, everything has a type in Java. Here, strongly typed means every variable/expression has a type and every type is strictly defined. Java compiler…

Continue ReadingJava Data Types

Introduction to Java Programming Language

  • Post author:nitendratech
  • Post category:Java
  • Post comments:9 Comments
  • Post published:October 28, 2017

Java is a general-purpose computer-programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible.

Continue ReadingIntroduction to Java Programming Language
  • Go to the previous page
  • 1
  • 2

Categories

  • Big Data
  • Data Science
  • Database
  • Hadoop
  • Hive
  • Interview
  • Java
  • Kafka
  • Linux
  • Programming
  • Scala
  • Spark
  • Technology

Recent Post

  • Data Profiling: Foundation for Reliable Data Engineering and Analytics
  • Data Engineering User Guide
  • Data Observability and Its Importance in Modern Data Tech Stack
  • Understanding difference between Stateless and Stateful Systems
  • What is Data Migration?
  • Disclaimer
  • About Us
  • Contact Me
Copyright 2026 @Nitendratech.com