Tech Tutorials

Tutorials and posts about Java, Spring, Hadoop and many more. Java code examples and interview questions. Spring code examples.

Wednesday, April 20, 2022

How to Reverse a Doubly Linked List in Java

›
In this post we’ll see a Java program to reverse a doubly linked list . Reversing a doubly linked list In a doubly Linked list each node...
Tuesday, April 19, 2022

How to Read Properties File in Spring Framework

›
This post shows how to read properties file in Spring framework using XML configuration or by using @PropertySource Annotation. There ar...
1 comment:
Monday, April 18, 2022

Counting Sort Program in Java

›
In this post we’ll see how to write counting sort program in Java. Counting sort is one of the O(N) sorting algorithm like Radix Sort an...
2 comments:
Sunday, April 17, 2022

Optional Class in Java With Examples

›
Optional class, added in Java 8, provides another way to handle situations when value may or may not be present. Till now you would be usin...
Saturday, April 16, 2022

Sending Email Using Spring Framework Example

›
In this post we’ll see the Spring framework support for sending emails. Technologies Used Examples showed in this post are written using ...
1 comment:

Array Rotation Java Program

›
Write a Java program to rotate an array to the left or right by n steps is a frequently asked Java interview question. For example if yo...
Friday, April 15, 2022

Java Lambda Expression Comparator Example

›
In this post we'll see how to write a Comparator as a Java lambda expression to sort a List. Comparator as a lambda expression Since...
‹
›
Home
View web version
Powered by Blogger.