RedMonk tracks the most popular programming language using data from GitHub and Stack Overflow. The first ranking of 2020 is here.
Category: Home
2 Books to Prepare for Spring Professional Certifications Exam
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
JavaFX 14: “There’s no need to use an older version of JavaFX when doing mobile development any more.” – JAXenter
JavaFX 14 is here! To celebrate, we spoke to Johan Vos, Java Champion and Gluon co-founder about what the new release has in store.
How to Learn Java Programming from Scratch? Recommended Books, Courses, and Tips
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Shenandoah GC in JDK 14, Part 2: Concurrent roots and class unloading – Red Hat Developer
Discover Shenandoah GC in JDK 14’s new concurrent roots processing and concurrent class unloading features and reduce GC pause time.
Multiline String literals with Java Text Blocks – Vlad Mihalcea
Learn what Java Text Blocks are and how you can use them to increase the readability of JPQL, SQL queries, or JSON string values.
Weekly Review: JVM language Concurnas, Istio 1.5 & RedMonk rankings
Every Monday, we take a step back and look at all the cool stuff that went down during the previous week. Last week, we introduced a new JVM language.
Let’s Make a Contract: The Art of Designing a Java API
An API is what developers use to achieve some task. More precisely it establishes a contract between them and the designers of the…
ThreadPoolTaskExecutor corePoolSize vs. maxPoolSize | Baeldung
Learn about the corePoolSize and maxPoolSize properties in the ThreadPoolTaskExecutor.
Top 5 Books to Improve Coding and Programming Skills – Must Read, Best of Lot
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Connect Java to a MySQL Database | Baeldung
Learn several techniques to connect to a MySQL database from Java.
New features between Java 8 and Java 14
Since version 9, Java has new features every 6 months and it’s very hard to keep track of these new changes. Most of the information on the internet describes changes between the last 2 Java …
Kotlin 1.3.70 adds experimental features and new color schemes
Kotlin 1.3.70 has arrived. Although it is an incremental release for the JVM programming language, it comes with a number of new and experimental features.
JEP 372: Remove the Nashorn JavaScript Engine – JAXenter
The first Java enhancement proposal (JEP) of 2020 has landed, proposing to remove the Nashorn JavaScript engine. But not everyone agrees with the proposal.