As you probably know, Vaadin is one of the most popular web frameworks on Java:https://zerotur…
Creating your first servlet
In this tutorial, we will learn how to create very basic web application with Servlet.Servlet is…
How to Convert List to Map in Java | Baeldung
Learn about different ways of converting a List to a Map in Java, using core functionalities and some popular libraries
[FREE EBOOK] Lessons from analyzing over 600,000 Java projects
What does it take to build an informed error handling workflow?Investigating and resolving a…
Java Array Deep Copy Example – HowToDoInJava
Learn to create deep copy of an array in Java with example. We will be using Apache Commons Lang library and it’s utility class org.apache.commons.lang3.SerializationUtils to array deep copy. Array Deep Copy Example A deep copy of an array will have all objects and it’s referred objects – created fresh. References from old array will …
Top 5 Selenium Webdriver with Java Courses for Testers and Developers to Learn Online
The days of manual testing is limited as more and more companies are shifting towards automation testing. This means all manual testing QAs…
Java 9 Jshell Tutorial
1. IntroductionIn this article we will learn about Java 9 Jshell. The Java Shell tool (JShell) is …
3 Pitfalls Everyone Should Avoid with Hybrid Multicloud (Part 4)
The daily cloud hype is all around you, yet there are three pitfalls everyone should avoid. From clo…
Top 10 Java stories of June: Eclipse Photon is here! – JAXenter
Let’s take a look at the top Java stories of June: the “git wars”, to the Nashorn JavaScript Engine’s demise & the grand release of Eclipse Photon!
Java Sort String Characters Alphabetically – HowToDoInJava
Java example to sort characters of String in alphabetical order – using Stream.sorted() and Arrays.sort() methods. 1) Sort string with Stream API Example of sorting the characters of string using Stream.sorted() API. 2) Arrays.sort() Example of sort a string using Arrays.sort() method. Drop me your questions in comments section. Happy Learning !! Reference: Stream.sorted() Java …
Java Sort Collection – Collections.sort() – HowToDoInJava
Learn to use Collections.sort() method to sort collections in java with examples. By default, this method sorts the unsorted list into ascending order, according to the natural ordering of its elements. 1) Collections.sort( list ) It sorts the specified list into ascending order or their natural order. All elements in the list must implement the …
Java Sort ArrayList of Objects – HowToDoInJava
Java examples to sort list of objects or primitives (e.g. int, long) using List.sort(), Collections.sort() and sorting with Java stream API. Examples of sorting in natural and reverse order as well. 1) Sort list of objects Examples to sort an arraylist of objects using different sorting techniques. 2) Sort list of primitives Examples to sort …
Java Stream Collectors – eProgrammerz
Collectors is class an implementations of Collector that implement various useful reduction operations, such as accumulating elements into collections, summarizing elements according to various criteria, etc.
Thoughts on Java Report January 2018: Let’s make 2018 even better
2017 was an amazing year and 2018 will even be better. Here are some of the post and videos from the end of last year and my plans for 2018.
Grazing & Livestock Management Software – Maia Technology
MaiaGrazing is an easy to use, online grazing management tool that helps farmers maximise their pastures and profits in the good t….