Skip to content
Latest Posts:
Creating test data using Python
How to replace multiple strings with their corresponding replacement strings in Scala
How to make the first character uppercase of each word of a List in Scala

Clear ur Doubt

  • Home
  • Technologies
    • Scala
    • Java
    • Hadoop
    • Apache Spark
    • C
  • Tips & Tricks
    • Unix
    • Java 8
  • Projects
    • Python
      • Simple ETL Pipeline
  • Home
  • 2019
  • Page 4

Year: 2019

Mar 17

How to convert a String into a Map in Java

Sai Gowtham BadvityLeave a commentJavaMap, String to Map, TreeMap

Hey there! Welcome to ClearUrDoubt.com. In this post, we will look at the program to convert a String into a Map in Java. Consider if a String is having KeyValuePairs delimited by another character, we can split the string and load them Read more

Feb 06

Optional class in Java 8

Sai Gowtham BadvityLeave a commentJava, Java 8isPresent, Java 8, ofNullable, Optional

Hey there! Welcome to ClearUrDoubt.com. In this post, we will look at the demonstration of Optional<T> class in Java 8. Optional is introduced in Java 8 mainly to provide a way to avoid Null Pointer Exceptions in the code. Instead of directly Read more

Jan 06

How to format Date in Java 8

Sai Gowtham BadvityLeave a commentJava 8DateTimeFormatter, Java 8

Hey there! Welcome to ClearUrDoubt.com. In this post, we will look at formatting dates in Java 8. Using DateTimeFormatter, which was introduced in Java 8, we can format the date strings in a simple way. Let’s look at a sample program: Read more

Posts navigation

Newer posts

Recent Posts

  • Creating test data using Python
  • How to replace multiple strings with their corresponding replacement strings in Scala
  • How to make the first character uppercase of each word of a List in Scala

Recent Comments

  • Sai Gowtham Badvity on Calculator program in Scala
  • Sai Aditya on Calculator program in Scala
  • pragadeeshwaran on How to add a new column and update its value based on the other column in the Dataframe in Spark
October 2025
S M T W T F S
 1234
567891011
12131415161718
19202122232425
262728293031  
« Aug    
Copyright © All rights reserved.
University Hub by WEN Themes
Scroll Up