Roman Kennke explains changes to Shenandoah GC in JDK 13, including eliminating the need for an extra word per object.
Category: Articles
Microsoft Visual Studio Code installer supports AdoptOpenJDK
Microsoft’s installer for Visual Studio Code aims to help developers program in Java with the popular lightweight code editor by standardizing on the AdoptOpenJDK distribution of OpenJDK, the free open source implementation of Java.
Top 5 Websites to Learn Coding in Java Online for FREE – Best of lot
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Java Multi-line String | Baeldung
While waiting for JDK 13, what are other ways that Java supports multi-line strings?
10 Things Every Programmer/Computer Science Engineers Should Learn
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
10 (Free) Data Structure and Algorithm Courses Junior Developers Should Explore
Algorithms and Data Structure are two of the most fundamentals and important topics from Computer Science which is used everywhere in…
What’s New in JUnit 5.5
A new minor version of JUnit 5, 5.5, was released on June 30th. That means it’s time for yet another article looking at what’s new in this release of JUnit 5! The JUnit team keeps up th…
Voice of the Next Generation: Hear First-hand Why the Smart Kids Are Pursuing Java Certification
Today’s young generation has grown up with access to moreinformation than previous generations could even dream of. Theinternet has made learning easy and…
Spring Framework Certification FAQ – Frequently asked Questions Answers for Java Developers
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Object Oriented Programming in Java | Coursera
Learn Object Oriented Programming in Java from University of California San Diego. Welcome to our course on Object Oriented Programming in Java using data visualization. People come to this course with many different goals — and we are really …
Is there ever a reason not to use Java 8’s parallelSort?
I was reading this question about the differences between Java’s Arrays.sort and Arrays.parallelSort, which is a few years old by now. What surprised me is that there was only one question that men…
The 2019 Web Developer RoadMap – Hacker Noon
An illustrated guide to becoming a Web Developer with links to relevant courses
How to Print all leaf Nodes of a Binary tree in Java – Coding Interview Questions
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
6 Data Structures Every Java Programmer Should Know
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Checking If a List Is Sorted in Java | Baeldung
Learn several algorithms for checking whether a list is sorted in Java.