A new Java enhancement proposal, JEP 363, proposes to remove the Concurrent Mark Sweep garbage collector, which was deprecated two years ago.
Category: Articles
JVM numeric types – Integer types
I am constantly amazed at how unfamiliar otherwise competent developers can be with numeric types. In a series of two blog posts I will explain what you need to know to understand the JVM’s numeric types. This first installment covers the integer types.
How to Enroll on Spring Professional Certification and Schedule Exam using Voucher Online – Step by Step Guide
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Java Concurrency: Synchronization – DZone Java
In this post, we look at Java concurrency, synchronization, and how manipulating an object from multiple threads can pose a problem when the object holds state.
Java 14: Seventh JEP proposed to target JDK 14 – JAXenter
Java 14, the third version since the last LTS release, is in development. Java 12 and Java 13 each came with a manageable number of new features; a system that, for Java 14, will probably not change. This is of course due to the new release cadence. Nevertheless, there are now 10 JEPs that are likely to be implemented for JDK 14 and the planning phase is not yet complete. What’s new is that a seventh JEP has now been proposed to target JDK 14: JEP 366.
Top 5 courses to learn Apache Maven for Java Developers – Best of Lot
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Java SortedSet
The Java SortedSet interface is a subtype of the Java Set interface. Implementations of the Java SortedSet interface keeps the elements sorted internally, so they can be iterated in that order.
3 ways to find Repeating number in given array in Java?
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
How to remove duplicates from Stream in Java 8 – Stream.distinct() Example
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
AOP with Spring Boot – HowToDoInJava
Learn to implement AOP in Spring Boot applications to support cross-cutting concerns such as logging, profiling. Spring boot aop example.
Configuring A Quarkus Application With Profiles
This blog post follows the first one I wrote about Configuring A Quarkus Application. So, if you want to know how to configure a Quarkus application using a Unified Configuration (application.prope…
Get started with lambda expressions
Learn how to use lambda expressions and functional programming techniques in your Java programs
Targeted to Java 14: JEP 365: ZGC on Windows – JAXenter
The Z Garbage Collector or ZGC has, until now, not been compatible with Windows, but JEP 365 wants to change that. Let’s take a look at the future of Java.
Do you Need to Pass OCAJP before taking OCPJP – Core Java Certification from Oracle
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.