DEV Community

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.
🧠 How Does Java Achieve Platform Independence?

🧠 How Does Java Achieve Platform Independence?

5
Comments
4 min read
Java Generics Explained: Stop Using Raw Types & Write Safer Code

Java Generics Explained: Stop Using Raw Types & Write Safer Code

2
Comments
7 min read
Your Integration Layer is Probably Over-Engineered (Let's Fix It with Camel DSL)

Your Integration Layer is Probably Over-Engineered (Let's Fix It with Camel DSL)

Comments
14 min read
Java HashMap Explained: Your Ultimate Guide to Key-Value Magic

Java HashMap Explained: Your Ultimate Guide to Key-Value Magic

Comments
6 min read
Object-Oriented Programming (OOP) in Java

Object-Oriented Programming (OOP) in Java

1
Comments
11 min read
MapStruct: When a Helper Method Maps More Than You Asked For

MapStruct: When a Helper Method Maps More Than You Asked For

1
Comments
3 min read
Java Iterator Explained: Your No-BS Guide to Looping Like a Pro

Java Iterator Explained: Your No-BS Guide to Looping Like a Pro

Comments
6 min read
Java LinkedHashMap Explained: Order, Performance & Real-World Use Cases

Java LinkedHashMap Explained: Order, Performance & Real-World Use Cases

Comments
6 min read
Convert Excel to SVG in Java: A Comprehensive Guide

Convert Excel to SVG in Java: A Comprehensive Guide

Comments
4 min read
Master Java TreeMap: A 2025 Guide to sorted Key-Value Pairs

Master Java TreeMap: A 2025 Guide to sorted Key-Value Pairs

Comments
6 min read
What Happens Internally When You Write String s = new String("Hello"); in Java?

What Happens Internally When You Write String s = new String("Hello"); in Java?

5
Comments
3 min read
Maven Plugins

Maven Plugins

1
Comments
2 min read
Java HashSet Demystified: Your Ultimate Guide to Unordered, Unique Collections

Java HashSet Demystified: Your Ultimate Guide to Unordered, Unique Collections

3
Comments
6 min read
Project 1 - SE371 Ayaan Ahmed

Project 1 - SE371 Ayaan Ahmed

Comments
1 min read
Java Threads Explained: Concurrency, Multithreading & Best Practices

Java Threads Explained: Concurrency, Multithreading & Best Practices

Comments
6 min read
Java LinkedHashSet Explained: The Ordered & Unique Collection

Java LinkedHashSet Explained: The Ordered & Unique Collection

2
Comments
5 min read
#java

#java

2
Comments
2 min read
Paginação Simples e Eficiente com Spring Data 🧙‍♂️

Paginação Simples e Eficiente com Spring Data 🧙‍♂️

1
Comments
6 min read
Java Map Explained: Your Ultimate Guide to HashMap, TreeMap, and More

Java Map Explained: Your Ultimate Guide to HashMap, TreeMap, and More

4
Comments
6 min read
Important Spring Boot Annotations: What They Do, Why, and How They Work Behind the Scenes

Important Spring Boot Annotations: What They Do, Why, and How They Work Behind the Scenes

1
Comments
3 min read
Java Data Structures Decoded: A No-BS Guide for Modern Developers

Java Data Structures Decoded: A No-BS Guide for Modern Developers

Comments
6 min read
🧠 Mastering Data Structures in Java — Part 6: HashSet

🧠 Mastering Data Structures in Java — Part 6: HashSet

1
Comments
3 min read
Java Architecture

Java Architecture

Comments
1 min read
Java Record basics

Java Record basics

Comments
1 min read
Master Java BufferedWriter: A No-Fluff Guide to Efficient File Handling

Master Java BufferedWriter: A No-Fluff Guide to Efficient File Handling

Comments
6 min read
loading...