Custom Implementation of Singly LinkedList class in Java

Hey there! Welcome to ClearUrDoubt.com. In this post, we will look at the Custom implementation of the Singly LinkedList class in Java. Simple implementation of Singly LinkedList:

  Let’s see the demo of MySinglyLinkedList class:

Output: Happy Learning :). Read more

Core Java program to find the longest sub-string in a String without repeated chars.

Hey there! Welcome to ClearUrDoubt.com. In this post, we will look at a Core Java program to find the longest sub-string in a String without repeated chars. Here is the program:

Output: Happy Learning :). Please leave a reply in case Read more

Spark program to load a table data from Cassandra to Hive using Java

Hey there! Welcome to ClearUrDoubt.com. In this post, we will look at a Spark program to load a table data from Cassandra to Hive using Java. Step 1: Create a table in Cassandra and insert records into it.

  Step 2: Read more