Gradle is a Java build tool without the out-of-the-box functionality of a tool like Maven but has the capability with smart build functionality to handle multiple projects at once.
Category: Articles
Group by a Collection attribute using Java Streams
Join Stack Overflow to learn, share knowledge, and build your career. Google Facebook Home Public 3 I have an object that contains….
Top Five Free Java 8 and 9 Courses for Programmers – DZone Java
This post provides a list of the top five free online courses for learning more about the additions to Java 8 and Java 9, including new methods, APIs, and more.
The State of Java Serialization
Java’s Serialization feature has garnered several years’ worth of security exploits and zero day attacks. This article discusses the current state of the technology and what can be done, both now and in the future, to protect against serialization flaws.
Spring Core – Learn Spring Framework 4 and Spring Boot
Build a web application using Spring Framework 4 and Spring Boot – Free Course
In Java how to Delete Files, Folders from Windows, Mac OS X and Linux OS? • Crunchify
Sometime back I’ve written an article on how to remove /tmp or unnecessary files / folder on Linux automatically via script? Now it’s time to write the
Java 9 New Features | Baeldung
A quick and practical guide to the most interesting features coming to Java 9.
HTTP cache with Spring examples
Caching is a powerful feature of the HTTP protocol but for some reason, it’s mainly considered for s…
In Java How to Get Random Element from ArrayList and ThreadLocalRandom Usage • Crunchify
Java is pretty amazing. Sometimes during mock testing you may need to generate Random number like Integer or Double or Long or String from ArrayList. In
10 Tools Java Developers Should Learn in 2018
We are in the second quarter of 2018 and many programmers have already started making a good process to their goals for 2018, which is very…
Java Function Call with Overload
I want to know why the third output is NOT b.Here is my code:public class SimpleTests { public void func(A a) { System.out.println(“Hi A”); } public void func(B b) {
JVM Ecosystem report 2018 – About your Platform and Application | Snyk
Welcome to the largest survey ever of Java developers. The data presented in the following report was taken from more than 10,200 questionnaires, covering JDK vendors, versions, IDEs, build tools, CI servers, Java EE versions, web frameworks, JVM languages, binary repositories, source code repositories, source code management and much more!
Payara Services is Proud to Sponsor EclipseCon Europe 2018
Payara Services is looking forward to sponsoring and exhibiting at EclipseCon Europe 2018 in Ludwigsburg, Germany from October 23 – 25.
Object-Oriented Design Principles in Java – DZone Java
We look at object-oriented design principles, including delegation, open-closed, single responsibility, substitution, and interface segregation principles.