Next stop, Java 15! Now that Java 14 is out, we’ve set our sights on JDK 15. We will follow all the latest news throughout its development, right here!
How to Crack Java Programming Interviews in 2020? Topics, Courses, Books, and Questions
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Why the 8 Java primitive data types are not objects
Don’t view the eight Java primitive data types as objects. Instead, separate them into 3.5 categories and consider them as the building blocks of everything you code.
JEP 375: Pattern Matching for instanceof (Second Preview) – JAXenter
JEP 375 continues what was started with Project Amber in JEP 305 – the introduction of pattern matching to Java as a way to open it up to more new features.
Improving Code Quality for Java Projects
We’ve all seen the above image being mentioned in the context of code quality. But what do we mean when we say that a particular piece of…
“Java is very busy copying features from other languages, but also very deliberately”
For the release of Java 14, we spoke to software developer Jens Schauder. Read the interview to find out what features he is most excited about, how Java compares to other languages, and why the number of additional features does not define how relevant a programming language is.
Pattern Matching for instanceof in Java 14 – JAXenter
To celebrate the release of Java 14, here’s a deep dive into Pattern Matching for instanceof in JDK 14. It’s written by Developer Advocate at JetBrains, founder of eJavaGuru.com and Java Champion, Mala Gupta. What a treat!
Java 14: All the new features of JDK 14 as it hits GA – JAXenter
Java 14’s big day is here and we’re celebrating the arrival of JDK 14! 16 new features come to Java today, making the language more modern than ever.
A brief history of Java: How it forever changed programming
Though the history of Java dates back 25 years, the programming language still plays a vital role in modern enterprise application development. Here’s how Java has remained the stalwart of programming.
The State of Java in 2020: Java 8 is still ahead
The tech company New Relic published a report on “The State of Java.” Here’s what they found out about the currently most popular language versions & more.
Java Streams, filter, findFirst #20 – Java Challengers
Learn deep streams with Java 9 by having fun with this Java Challenge! By taking a Java Challenge often, you will refine your Java skills!
How to use the Jenkins multi-configuration project
When a developer requires a multiplicity of build jobs, all of which differ only slightly in nature, a Jenkins Matrix job can save time and greatly reduce complexity. Follow this video tutorial to set up a Jenkins multi-configuration project and drastically shorten how long high-volume builds take to run.
How to Contribute to Baeldung | Baeldung
Become an author on Baeldung, and get paid for writing practical, to-the-point articles in the Java ecosystem.
Get to Know JSF: An Easy and Straightforward a Jakarta Framework – DZone Java
In this article, we discuss how and why we should use Java Server Faces (JSF) to move an application to the cloud.
Building Scalable Java Microservices with Spring Boot and Spring Cloud | Coursera
Learn Building Scalable Java Microservices with Spring Boot and Spring Cloud from Google Cloud. “Microservices” describes a software design pattern in which an application is a collection of loosely coupled services. These services are …