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.
Java 25: What's new for developers?

Java 25: What's new for developers?

3
Comments
2 min read
[Fix] Burp Suite crashing on Kali ARM64 (Apple Silicon / QEMU)

[Fix] Burp Suite crashing on Kali ARM64 (Apple Silicon / QEMU)

Comments
1 min read
Automate Your Java Upgrades: A Practical Case Study with OpenRewrite and GitHub Actions

Automate Your Java Upgrades: A Practical Case Study with OpenRewrite and GitHub Actions

Comments
9 min read
Day-104 Understanding JPA, Hibernate, and JpaRepository in Spring Boot

Day-104 Understanding JPA, Hibernate, and JpaRepository in Spring Boot

1
Comments
2 min read
Java Comments: A Beginner's Guide to Single-Line, Multi-Line & Javadoc

Java Comments: A Beginner's Guide to Single-Line, Multi-Line & Javadoc

Comments
6 min read
The Missing Bridge: Running Java Seamlessly Inside Your Node.js App

The Missing Bridge: Running Java Seamlessly Inside Your Node.js App

Comments
3 min read
Method in Java

Method in Java

Comments
1 min read
☕ Is Java Dead? Nope — It’s Just Too Busy Running the World

☕ Is Java Dead? Nope — It’s Just Too Busy Running the World

1
Comments
3 min read
🚚 𝗟𝗼𝗴𝗶𝘀𝘁𝗶𝗰𝘀 𝗥𝗼𝘂𝘁𝗲 𝗢𝗽𝘁𝗶𝗺𝗶𝘇𝗮𝘁𝗶𝗼𝗻 𝗦𝘆𝘀𝘁𝗲𝗺𝘀 — 𝗯𝘂𝗶𝗹𝘁 (𝘀𝗮𝗻𝗲𝗹𝘆) 𝘄𝗶𝘁𝗵 𝗝𝗮𝘃𝗮

🚚 𝗟𝗼𝗴𝗶𝘀𝘁𝗶𝗰𝘀 𝗥𝗼𝘂𝘁𝗲 𝗢𝗽𝘁𝗶𝗺𝗶𝘇𝗮𝘁𝗶𝗼𝗻 𝗦𝘆𝘀𝘁𝗲𝗺𝘀 — 𝗯𝘂𝗶𝗹𝘁 (𝘀𝗮𝗻𝗲𝗹𝘆) 𝘄𝗶𝘁𝗵 𝗝𝗮𝘃𝗮

2
Comments
2 min read
Gadget chains in Java: how unsafe deserialization leads to RCE?

Gadget chains in Java: how unsafe deserialization leads to RCE?

Comments
11 min read
🚀 Spring Boot vs Spring Framework — Which One Should You Choose?

🚀 Spring Boot vs Spring Framework — Which One Should You Choose?

2
Comments
1 min read
Mastering Java Output: A Complete Guide to System.out, Files, and More

Mastering Java Output: A Complete Guide to System.out, Files, and More

Comments
6 min read
SE371 - Assignment 1

SE371 - Assignment 1

Comments
1 min read
How to write TIFF images in Java (Tutorial)

How to write TIFF images in Java (Tutorial)

Comments
2 min read
Unlock Your Enterprise Data: A Java/Spring Guide to AI-Ready Schema.org & JSON-LD

Unlock Your Enterprise Data: A Java/Spring Guide to AI-Ready Schema.org & JSON-LD

Comments
13 min read
@LazySorted - Collections that optimize themselves. How useful?

@LazySorted - Collections that optimize themselves. How useful?

Comments
1 min read
Understanding and Solving the N+1 Problem in Spring Data JPA

Understanding and Solving the N+1 Problem in Spring Data JPA

Comments
3 min read
🧠 G1 vs ZGC vs Shenandoah: The Best Java Garbage Collector for Large Heaps (2025 Guide)

🧠 G1 vs ZGC vs Shenandoah: The Best Java Garbage Collector for Large Heaps (2025 Guide)

Comments
2 min read
java introduction

java introduction

Comments
1 min read
🚨𝗙𝗶𝗻𝗮𝗻𝗰𝗶𝗮𝗹 𝗙𝗿𝗮𝘂𝗱 𝗗𝗲𝘁𝗲𝗰𝘁𝗶𝗼𝗻 𝗣𝗶𝗽𝗲𝗹𝗶𝗻𝗲𝘀 𝗶𝗻 𝗝𝗮𝘃𝗮 — 𝗥𝗲𝗮𝗹-𝘁𝗶𝗺𝗲 𝗗𝗲𝗳𝗲𝗻𝘀𝗲 𝗳𝗼𝗿 𝘁𝗵𝗲 𝗠𝗼𝗱𝗲𝗿𝗻 𝗙𝗶𝗻𝗧𝗲𝗰𝗵 𝗦𝘁𝗮𝗰𝗸

🚨𝗙𝗶𝗻𝗮𝗻𝗰𝗶𝗮𝗹 𝗙𝗿𝗮𝘂𝗱 𝗗𝗲𝘁𝗲𝗰𝘁𝗶𝗼𝗻 𝗣𝗶𝗽𝗲𝗹𝗶𝗻𝗲𝘀 𝗶𝗻 𝗝𝗮𝘃𝗮 — 𝗥𝗲𝗮𝗹-𝘁𝗶𝗺𝗲 𝗗𝗲𝗳𝗲𝗻𝘀𝗲 𝗳𝗼𝗿 𝘁𝗵𝗲 𝗠𝗼𝗱𝗲𝗿𝗻 𝗙𝗶𝗻𝗧𝗲𝗰𝗵 𝗦𝘁𝗮𝗰𝗸

2
Comments
2 min read
🏢 Why Spring Boot, Kafka, Oracle, and Tomcat Still Power the Enterprise in 2025

🏢 Why Spring Boot, Kafka, Oracle, and Tomcat Still Power the Enterprise in 2025

Comments
3 min read
Arrays

Arrays

Comments
2 min read
JIT vs. AOT Compilation in Java: A Comparative Analysis with Benchmarks

JIT vs. AOT Compilation in Java: A Comparative Analysis with Benchmarks

5
Comments
5 min read
Guía rápida SDKMAN!

Guía rápida SDKMAN!

Comments
2 min read
Virtual threads - the future of threading in Java?

Virtual threads - the future of threading in Java?

5
Comments
8 min read
loading...