A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Category: Articles
Java Weekly, Issue 323 | Baeldung
An intro to the RSocket messaging protocol for microservices, and a good write-up on the Kotlin-based Ktor framework for client and server development.
How To Securely Program in Java in 2020 – JAXenter
In this article, we’ll take a look at five principles that should be followed when coding in Java in 2020. Discover the best security practices.
10 Things Java Programmers Should Learn in 2020
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Java Collection Framework Hierarchy
In this article, we will discuss the Java collection framework hierarchy with diagrams. In this article, we will be focusing only on the collection framework hierarchy and if you want to learn Java collections framework in-depth then visit the below tutorial:
Top 10 Java 9 Tutorials and Courses – Best of Lot Must Read
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
How to Handle Java SocketException | Baeldung
Learn what causes SocketException in Java and how to handle it.
JavaScript on top, Python ties with Java in RedMonk rankings – JAXenter
RedMonk tracks the most popular programming language using data from GitHub and Stack Overflow. The first ranking of 2020 is here.
Top 10 REST API, Microservices, and RESTful Web Services Book for Java Web Developers
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
12 Advanced Java programming Books for Experienced Programmers – Part 2
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
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.