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 to publish JetBrains Rider plugin for opentelemetry/honeycomb

How to publish JetBrains Rider plugin for opentelemetry/honeycomb

Comments
2 min read
OAuth2.0 Spring Boot

OAuth2.0 Spring Boot

Comments
6 min read
Geo Viewer in IntelliJ Idea is cool

Geo Viewer in IntelliJ Idea is cool

4
Comments
4 min read
Upgrading Your Application to Java 17: A Step-by-Step Guide for Developers

Upgrading Your Application to Java 17: A Step-by-Step Guide for Developers

3
Comments
3 min read
How to Upload Files to AWS S3 Using Java: A Step-by-Step Guide

How to Upload Files to AWS S3 Using Java: A Step-by-Step Guide

Comments
3 min read
Commencer la programmation avec SPRING BATCH

Commencer la programmation avec SPRING BATCH

2
Comments
12 min read
Check if date is between two other dates

Check if date is between two other dates

Comments
1 min read
Convert LocalDateTime to Date and back

Convert LocalDateTime to Date and back

Comments
1 min read
Três recursos das exceções adicionados recentemente

Três recursos das exceções adicionados recentemente

3
Comments
1 min read
Exame mais detalhado de Throwable

Exame mais detalhado de Throwable

Comments
1 min read
Relançando uma exceção

Relançando uma exceção

Comments
1 min read
Java Spring Boot use Seq for logging

Java Spring Boot use Seq for logging

1
Comments
1 min read
Multithreading Concepts Part 2 : Starvation

Multithreading Concepts Part 2 : Starvation

3
Comments
5 min read
LLM Inference using 100% Modern Java ☕️🔥

LLM Inference using 100% Modern Java ☕️🔥

4
Comments
4 min read
Static Keyword: Decoding Static Variables in Java

Static Keyword: Decoding Static Variables in Java

8
Comments
3 min read
Is this a bug in Java?

Is this a bug in Java?

2
Comments
2 min read
Getting Started with Insomnia: Sign Up & Download Guide

Getting Started with Insomnia: Sign Up & Download Guide

Comments
2 min read
Strategy Design Pattern in Spring

Strategy Design Pattern in Spring

Comments
2 min read
Lambda function with GraalVM Native Image - Part 2 How to develop and deploy Lambda function with Custom Runtime

Lambda function with GraalVM Native Image - Part 2 How to develop and deploy Lambda function with Custom Runtime

6
Comments
6 min read
Why is 'main' function static?

Why is 'main' function static?

Comments
1 min read
Large JSON file processing in Java

Large JSON file processing in Java

Comments
1 min read
Developing Microservices with Spring Boot and Spring Cloud

Developing Microservices with Spring Boot and Spring Cloud

Comments
3 min read
80%💥 of work time is wasted

80%💥 of work time is wasted

Comments
2 min read
Priority Queue! Vamos destrinchar e aprender sobre essa parte de Estrutura de Dados.

Priority Queue! Vamos destrinchar e aprender sobre essa parte de Estrutura de Dados.

3
Comments
6 min read
Autenticação Stateful x Stateless

Autenticação Stateful x Stateless

1
Comments
4 min read
SOLID Principles

SOLID Principles

1
Comments 1
8 min read
what are different methods from Mockito framework used, explain the sequence of usage?

what are different methods from Mockito framework used, explain the sequence of usage?

Comments
1 min read
What is Mockito? How to Test SpringBoot Application using Mockito

What is Mockito? How to Test SpringBoot Application using Mockito

Comments
2 min read
Should try-catch be written inside or outside the for loop? And state your reasons.

Should try-catch be written inside or outside the for loop? And state your reasons.

9
Comments 1
2 min read
Feature Flags in Spring Boot using Aspect-Oriented Programming

Feature Flags in Spring Boot using Aspect-Oriented Programming

4
Comments
5 min read
JDK Setup On Linux, Windows, Mac

JDK Setup On Linux, Windows, Mac

Comments
4 min read
Open Authorization v2.0 OAuth2 mikro servislar xavfsizligi

Open Authorization v2.0 OAuth2 mikro servislar xavfsizligi

Comments
4 min read
Introducing Free Java Utility Package

Introducing Free Java Utility Package

Comments
5 min read
Go vs. Java vs. .NET: A Comprehensive Performance and Development Time Evaluation for Enterprises

Go vs. Java vs. .NET: A Comprehensive Performance and Development Time Evaluation for Enterprises

2
Comments
7 min read
Static Keyword: Decoding Static Blocks in Java

Static Keyword: Decoding Static Blocks in Java

10
Comments
3 min read
Collections frequency method in java | Collections framework | Java

Collections frequency method in java | Collections framework | Java

6
Comments
2 min read
Transforming Java 8 Code to Java 17 Using Amazon Q Transformation

Transforming Java 8 Code to Java 17 Using Amazon Q Transformation

Comments
5 min read
Introducing JDK 23: Java Developer's Ultimate Upgrade with Advanced AI Enhancements

Introducing JDK 23: Java Developer's Ultimate Upgrade with Advanced AI Enhancements

1
Comments 1
3 min read
Getting Started with Maven

Getting Started with Maven

10
Comments 1
3 min read
Blocos try aninhados

Blocos try aninhados

1
Comments
2 min read
Exceções permitem que você trate erros normalmente

Exceções permitem que você trate erros normalmente

1
Comments
2 min read
Capturando exceções de subclasses

Capturando exceções de subclasses

Comments
2 min read
Usando várias instruções catch

Usando várias instruções catch

Comments
2 min read
Simplify Null Checks in Java: Writing Clean Code with Apache Commons Lang 3

Simplify Null Checks in Java: Writing Clean Code with Apache Commons Lang 3

1
Comments 1
3 min read
Implementing Mixins (or Traits) in Kotlin Using Delegation

Implementing Mixins (or Traits) in Kotlin Using Delegation

11
Comments
9 min read
Encapsulation vs. Abstraction in Java: The Ultimate Guide

Encapsulation vs. Abstraction in Java: The Ultimate Guide

5
Comments 1
4 min read
The Impact of Pattern Matching for Switch Expressions in Java 17 on Object-Oriented Design Patterns

The Impact of Pattern Matching for Switch Expressions in Java 17 on Object-Oriented Design Patterns

1
Comments 1
5 min read
how to call put method using RestTemplate Spring Boot

how to call put method using RestTemplate Spring Boot

5
Comments
3 min read
Low-Level Design: The Blueprint to Winning Software Wars

Low-Level Design: The Blueprint to Winning Software Wars

1
Comments
4 min read
Mastering SUPER Keyword in Java: Unlocking Inheritance and Constructor Chaining

Mastering SUPER Keyword in Java: Unlocking Inheritance and Constructor Chaining

9
Comments
7 min read
Key Best Practices for API Design in Java

Key Best Practices for API Design in Java

1
Comments
4 min read
Exploring Groovy: Features and Advantages Over Java

Exploring Groovy: Features and Advantages Over Java

Comments
8 min read
Item 63: Cuidado com o desempenho da concatenação de string

Item 63: Cuidado com o desempenho da concatenação de string

Comments
2 min read
Item 62: Evite as strings onde outros tipos forem mais adequados

Item 62: Evite as strings onde outros tipos forem mais adequados

Comments
2 min read
We migrated our backend tech stack to Rust, Java & Angular. Here is why.

We migrated our backend tech stack to Rust, Java & Angular. Here is why.

2
Comments
2 min read
Searching the CFML Output Buffer for a String

Searching the CFML Output Buffer for a String

Comments
1 min read
CFML wrapper for emoji-java (identify, sanitize & convert emojis)

CFML wrapper for emoji-java (identify, sanitize & convert emojis)

Comments
2 min read
Mastering THIS Keyword in Java: A Key to Clean and Effective Code

Mastering THIS Keyword in Java: A Key to Clean and Effective Code

8
Comments
4 min read
Java JVM, JRE and JDK

Java JVM, JRE and JDK

1
Comments
1 min read
Understanding OOP in Java: Like Learning to Drive a Car

Understanding OOP in Java: Like Learning to Drive a Car

Comments
4 min read
loading...