Interested to learn about Java Iterator? Check our article explaining how to Modify Data While Using a Java Iterator with examples.
Category: Articles
5 Must Read Books to become Software Architect or Solution Architect
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
How to reverse bits of an integer in Java? [Example] – LeetCode Solution
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Dynamic Proxies in Java Mini-Book
In this book we show how we would write a proxy implementation by hand. We then show how we can do the same code using dynamic proxies, saving ourselves a lot of unnecessary code. Since the patterns proxy, decorator, composite and adapter are similar in structure, we can use dynamic proxies to also generate these. Lastly we show how we could use code generation to create the classes in-memory.
Java HashMap ContainsKey and ContainsValue Example – Check if a Key or Value exists in the Map
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Top 5 Free Docker Courses for Java and DevOps Engineers – Best of Lot
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
10 things to Remember while Serializing Object in Java
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
7 JVM arguments of highly effective applications – JAXenter
There are way too many JVM arguments for anyone to digest and comprehend. Here are seven important JVM arguments that you may find useful.
10 Technologies You can Learn to become a Mobile Developer in 2020
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
AdamBien/s2i-payara
Payara Source To Image for OpenShift. Contribute to AdamBien/s2i-payara development by creating an account on GitHub.
JEP 379: Promote low-pause-time garbage collector Shenandoah to production – JAXenter
Shenandoah has been part of the JDK since Java 12. JEP 379 proposes to change its status from experimental to production in Java 15 later this year.
Can not find the tag library descriptor for “http://java.sun.com/jsp/jstl/core” – Cause and Solution
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Java Program to find Armstrong numbers with Example
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Java Pattern Matching: InstanceOf (JEP 305)
This new feature in Java 14 allows you to simplify your code and get rid of a lot of boilerplate when using instanceof.