Forem

Java

More than just a cup of coffee, Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Boolean Field Becomes null in Spring Boot DTO? Here’s Why (And How to Fix It)
Cover image for Boolean Field Becomes null in Spring Boot DTO? Here’s Why (And How to Fix It)

Boolean Field Becomes null in Spring Boot DTO? Here’s Why (And How to Fix It)

1
Comments
2 min read
Chunking Java Streams the Right Way — A Collector That Feels Like It Should Be in the JDK
Cover image for Chunking Java Streams the Right Way — A Collector That Feels Like It Should Be in the JDK

Chunking Java Streams the Right Way — A Collector That Feels Like It Should Be in the JDK

Comments
3 min read
What are the Programming Languages?
Cover image for What are the Programming Languages?

What are the Programming Languages?

2
Comments
1 min read
Maven Enforcer Rule dependOnAllProjects

Maven Enforcer Rule dependOnAllProjects

Comments
2 min read
Experimenting with Javelit - The Streamlit for Java
Cover image for Experimenting with Javelit - The Streamlit for Java

Experimenting with Javelit - The Streamlit for Java

Comments
4 min read
Convert Numbers to Text or Numeric Text to Numbers in Excel Using Java

Convert Numbers to Text or Numeric Text to Numbers in Excel Using Java

Comments
3 min read
🧭 Java Modules: From Zero to Mastery
Cover image for 🧭 Java Modules: From Zero to Mastery

🧭 Java Modules: From Zero to Mastery

Comments
19 min read
The "Aha!" Moment: Why Understanding the JVM Changed How I Write Java

The "Aha!" Moment: Why Understanding the JVM Changed How I Write Java

2
Comments
4 min read
Spring Data JPA Relationships

Spring Data JPA Relationships

10
Comments
1 min read
Java copySign() Method: Your Guide to Sign Manipulation
Cover image for Java copySign() Method: Your Guide to Sign Manipulation

Java copySign() Method: Your Guide to Sign Manipulation

Comments
6 min read
Java Core Mastery Part 4: Advanced Topics & Interview Mastery 🎯
Cover image for Java Core Mastery Part 4: Advanced Topics & Interview Mastery 🎯

Java Core Mastery Part 4: Advanced Topics & Interview Mastery 🎯

5
Comments
36 min read
Difference Between this and super in Java
Cover image for Difference Between this and super in Java

Difference Between this and super in Java

Comments
3 min read
Collection framework

Collection framework

1
Comments
2 min read
Why Java hashmap uses null key and stores it in 0th index?

Why Java hashmap uses null key and stores it in 0th index?

1
Comments
1 min read
Getting Started with Nop: How to Creatively Extend GraphQL

Getting Started with Nop: How to Creatively Extend GraphQL

Comments
4 min read
Java 8 -Streams API Few Questions

Java 8 -Streams API Few Questions

3
Comments
1 min read
Collection Interface - List
Cover image for Collection Interface - List

Collection Interface - List

1
Comments
1 min read
Garbage Collection: Young Vs Old generation
Cover image for Garbage Collection: Young Vs Old generation

Garbage Collection: Young Vs Old generation

Comments
3 min read
what is the Difference Between Singleton and Prototype Scope in Spring?
Cover image for what is the Difference Between Singleton and Prototype Scope in Spring?

what is the Difference Between Singleton and Prototype Scope in Spring?

5
Comments
3 min read
What is System.out.println() in Java?

What is System.out.println() in Java?

1
Comments
1 min read
Java String atan() Myth Busted: Your Guide to Arc Tangent
Cover image for Java String atan() Myth Busted: Your Guide to Arc Tangent

Java String atan() Myth Busted: Your Guide to Arc Tangent

Comments
6 min read
Dependency Injection in Spring Boot: How Spring Wires Everything for You
Cover image for Dependency Injection in Spring Boot: How Spring Wires Everything for You

Dependency Injection in Spring Boot: How Spring Wires Everything for You

3
Comments
2 min read
Graceful Shutdown in Kafka: Understanding Shutdown Hooks and Thread Management

Graceful Shutdown in Kafka: Understanding Shutdown Hooks and Thread Management

Comments
8 min read
Array Searching Techniques - Linear Search & Binary Search
Cover image for Array Searching Techniques - Linear Search & Binary Search

Array Searching Techniques - Linear Search & Binary Search

Comments
2 min read
Method Overloading in Java

Method Overloading in Java

1
Comments
1 min read
loading...