23/09/2025
Do you know how to sort an arraylist using lambda in java. Check this out with examples
How to sort an ArrayList using lambda - Java Training School
Functional programming which was introduced in java 8 has made it very easy to sort arraylist using forEach method and lambda expression. Observe the below example Collections.sort(cList, (c1, c2) -> c1.getName().compareTo(c2.getName())); You can see that it can be done in just one line. In this exa...
23/09/2025
If you're an engineering or MCA student preparing for company interview, learn the most demanded programming language 'Java' by none other than the corporate trainer Saras Sir. A fresh batch beginning this 25th Sept 2025 in the evening. If you're willing to join this batch and secure a place in coming interviews, drop an email to [email protected]. Only 30 seats for this batch. And first five gets flat 50% discount on the total fee. Don't think just drop an email to [email protected]
Coding With Saras
Make a career in IT by Learning coding languages like Java, Spring, Hibernate, Springboot, HTML, CSS etc. Coding is fun given that you learn it from the best teachers.
19/04/2025
Do you know how to compare strings in java? No? Click the link and check out
How to compare Strings In Java - Java Training School
String comparison is one of the most frequently used operation in java programming language. But if not understood correctly, developers make mistakes while comparing two String objects. There can be two things which can be compared for String objects: The reference and the content. Look at the belo...
04/04/2025
Learn Java
Introduction to Java | First Java Program | Session 1
In this tutorial, we are introducing you to java. To set up your local machine follow the below linkLocal machine set up : https://javatrainingschool.com/jav...
04/04/2025
Want to learn how to build a Springboot based application that has a Thymeleaf UI? Follow the below tutorial
Spring boot web application + thymeleaf - Java Training School
In this tutorial, we will learn how to develop a web application using spring boot. It application will follow MVC approach. Let's build this spring boot web application using STS. Step 1 : Create a spring boot starter project Step 2 : Add below dependencies in your pom.xml file. org.springframework...
01/04/2025
This is the best time to begin your journey to become a smart coder. So, don't waste time and start now.