Tuesday, May 7, 2024

import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; public class ImmutableClassDemo { publi...

Monday, April 29, 2024

Core Java interview question and answer: What is JVM , JRE , and JDK ? Java Time API The most commonly used classes are LocalDate , LocalTim...

Monday, December 18, 2023

 Java code to fetch Nifty 50 data from NSE  { private final ObjectMapper mapper ; private String cookies ; @PostConstruct pu...

Monday, August 28, 2023

 How to Sort List with Stream.sorted() Here, the  sorted()  method also follows the natural order, as imposed by the JVM. In case of Strings...

Friday, July 14, 2023

To show suggestions in an input tag in HTML  you can use the `datalist` element along with the `input` element. The `datalist` element provi...

Thursday, March 2, 2023

 KafkaConsumerConfig @Value ( value = "${kafka.bootstrapAddress}" ) private String bootstrapAddress ; @Bean public ConsumerFactory...

Monday, February 27, 2023

{ imagesList . forEach ( function ( item , index ) { console . log ( item . imageUrl , index ); var settings = ...