java basic and advanced concepts

Java is the popular portable language that runs on a variety of platforms, from Windows right up to super powerful mainframes.

The articles in this category will introduce both simple and advanced concepts that are useful when performing java software development.

We will cover various idea such as the java platform, object oriented programming with java, exception handling, setting up development environments and more…

Sorting In Java8 With Lambdas and Comparators By Example

Lets learn how to sort objects in Java8 with the use of lambdas and comparators. Java provides two ways of sorting objects, the Comparable interface, and the Comparator class. They sound very similar so they are easy to get confused so lets also take a look at the difference between these two. The Comparable Interface …

Sorting In Java8 With Lambdas and Comparators By Example Read More »