A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
Free Java Tutorial – Java Programming: Beginner to Guru
Become a Java Developer with this Java Programming Course for beginners! Get hired as a Java Developer! – Free Course
How to Join Two Tables using LEFT JOIN in SQL – LeetCode Solution
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Tutorial: Your First Java Application | IntelliJ IDEA Blog
Posted on April 28, 2020 by Trisha Gee Most readers of the IntelliJ IDEA blog are long past writing “Hello World” applications, bu….
Java Weekly, Issue 330 | Baeldung
A quick look at building native images for Spring Boot apps with GraalVM, and a new series from Martin Fowler on source code branching patterns.
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.
Integrating Python with Java – JAXenter
Python is an object-oriented scripting language, which automatically makes it a good pair for Java. Learn more about combining the languages here.
Be Careful When Modifying Data While Using a Java Iterator | Java Code Geeks – 2020
Interested to learn about Java Iterator? Check our article explaining how to Modify Data While Using a Java Iterator with examples.
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.