DevNation Tech Talk: Building successful business Java apps: How to deliver more, code less, and communicate better
Category: Home
Top 5 Courses and Books to Learn Gradle for Beginners – Best of Lot
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Difference between BeanFactory and ApplicationContext in Spring framework
Main difference between BeanFactory and ApplicationContext in Spring is that former is an older class, while later is a newer one with more functionality e.g. i18n. You should always use ApplicationContext, not only to keep your code updated but also to gain access of more functionalities.
Grokking The Spring Boot Interview for Java Programmers [Released]
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
The Payara Monthly Catch: March 2021
Our monthly Java, Jakarta EE and MicroProfile news round up of interesting articles, videos, podcasts and community news.
How to use InstanceOf keyword in Java [Example Tutorial]
Java Programming tutorials and Interview Questions, book and course recommendations from Udemy, Pluralsight, Coursera, edX etc
Java Weekly, Issue 378 | Baeldung
Primitive objects, more performant ZGC, trying Spring native, more secure Java 16, concurrency control approaches, and 15 years of S3.
What are Idempotent and Safe methods of HTTP and REST [Interview Question]
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
A (Definitive?) Guide to LazyInitializationException | foojay
Posts that have been written about Hibernate’s LazyInitializationException could probably fill whole books. Time for a definitive guide!
Eclipse Adoptium Working Group Formally Established
The Eclipse Foundation has announced that the Adoptium Steering Committee has formally approved the Adoptium Working Group Charter. Formerly known as AdoptOpenJDK, the group changed their name to Adoptium after joining the Eclipse Foundation. The Adoptium Working Group will provide the Java community with fully compatible, high-quality distributions of Java binaries based on OpenJDK source code.
5 Advanced Books for Experienced Java, C++, Python, Ruby and JavaScript Developers
Java Programming tutorials and Interview Questions, book and course recommendations from Udemy, Pluralsight, Coursera, edX etc
10 difference between an ArrayList and Array in Java [List vs Array]
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
How to Loop Through An Array in Java with Example
A blog about Java, Programming, Algorithms, Data Structure, SQL, Linux, Database, Interview questions, and my personal experience.
Java NullPointerException Avoidance and Enhancement Tactics
An encountered NullPointerException can be a useful mechanism for highlighting when a certain code flow or certain data has led to unexpect…