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 keep data when user was uninstall app on android device (Java)?

How to keep data when user was uninstall app on android device (Java)?

1
Comments 2
1 min read
Lots of debug log is written after commons-logging is upgraded to 1.3.0

Lots of debug log is written after commons-logging is upgraded to 1.3.0

Comments
1 min read
What the do-while is ZeptoN?

What the do-while is ZeptoN?

Comments
4 min read
Roadmap to Becoming a Java Backend Developer in 2024

Roadmap to Becoming a Java Backend Developer in 2024

168
Comments 2
3 min read
Understanding the Practical Application of the @Transactional Annotation in Spring Boot

Understanding the Practical Application of the @Transactional Annotation in Spring Boot

Comments
1 min read
Understanding the Difference Between `==` and `equals()` in Java

Understanding the Difference Between `==` and `equals()` in Java

2
Comments 3
3 min read
Seamless Coverage Reports with JaCoCo and S3 in GitLab CI

Seamless Coverage Reports with JaCoCo and S3 in GitLab CI

2
Comments
7 min read
Java VS .NET: Which one is better

Java VS .NET: Which one is better

Comments
4 min read
Single-Dimensional Arrays

Single-Dimensional Arrays

Comments
8 min read
Entendendo os pilares da Programação Orientada a Objetos

Entendendo os pilares da Programação Orientada a Objetos

6
Comments
2 min read
Java Service Provider Interface (SPI), what is it and how to use it

Java Service Provider Interface (SPI), what is it and how to use it

17
Comments
3 min read
AWS SnapStart - Part 18 Measuring cold starts with Java 17 using different deployment artifact sizes

AWS SnapStart - Part 18 Measuring cold starts with Java 17 using different deployment artifact sizes

3
Comments
4 min read
Spring Boot : ProblemDetailsExceptionHandler

Spring Boot : ProblemDetailsExceptionHandler

Comments
1 min read
Open for Collaboration: Eager to Contribute to Open Source Projects!

Open for Collaboration: Eager to Contribute to Open Source Projects!

Comments
1 min read
Method Abstraction and Stepwise Refinement

Method Abstraction and Stepwise Refinement

Comments
9 min read
Modularizing Code

Modularizing Code

Comments
4 min read
The Scope of Variables

The Scope of Variables

Comments
1 min read
Overloading Methods

Overloading Methods

Comments
3 min read
Building an ATM Project with JSP and Servlets in Step-by-Step Guide 2024

Building an ATM Project with JSP and Servlets in Step-by-Step Guide 2024

5
Comments 1
3 min read
Methods

Methods

Comments
10 min read
Successful Pairs of Spells and Potions | LeetCode | Java

Successful Pairs of Spells and Potions | LeetCode | Java

4
Comments
1 min read
Arrays and ArrayList in JAVA

Arrays and ArrayList in JAVA

Comments
11 min read
A simple GeoJSON serializer for Jackson

A simple GeoJSON serializer for Jackson

1
Comments
1 min read
JHipster 8 - Analisando o código da nossa primeira aplicação monolítica - Parte 1/3

JHipster 8 - Analisando o código da nossa primeira aplicação monolítica - Parte 1/3

Comments
9 min read
JAVA: Past and Present

JAVA: Past and Present

3
Comments 2
7 min read
Garbage Collector (O coletor de lixo do Java)

Garbage Collector (O coletor de lixo do Java)

5
Comments
3 min read
Case Studies on Loops

Case Studies on Loops

1
Comments
8 min read
Keywords break and continue

Keywords break and continue

Comments
3 min read
Java 21: Path to Generational ZGC

Java 21: Path to Generational ZGC

3
Comments
6 min read
Spring Boot : Default Exception Handling : 기본 에러 응답

Spring Boot : Default Exception Handling : 기본 에러 응답

Comments
1 min read
Exploring the Impact of Java Integer Cache on Performance: A JMH Benchmark Study

Exploring the Impact of Java Integer Cache on Performance: A JMH Benchmark Study

1
Comments
2 min read
[Java] Get file list from specified directory

[Java] Get file list from specified directory

1
Comments
2 min read
I need a design for a Credit-based Course Registration System

I need a design for a Credit-based Course Registration System

Comments
2 min read
Understanding Java Exceptions: A Guide with Practical Examples

Understanding Java Exceptions: A Guide with Practical Examples

Comments
2 min read
Minimizing Numeric Errors

Minimizing Numeric Errors

Comments
2 min read
Which Loop to Use?

Which Loop to Use?

Comments
2 min read
Explicando o que é JVM

Explicando o que é JVM

6
Comments
4 min read
The for Loop

The for Loop

Comments
3 min read
The do-while Loop

The do-while Loop

Comments
1 min read
The while Loop

The while Loop

Comments
9 min read
Descomplicando a Configuração de Producers e Consumers com Kafka

Descomplicando a Configuração de Producers e Consumers com Kafka

2
Comments
11 min read
Как выполнить код в отдельном потоке в Java?

Как выполнить код в отдельном потоке в Java?

1
Comments
1 min read
Loops

Loops

Comments
1 min read
How to use Google Gemini AI for Agriculture Productivity

How to use Google Gemini AI for Agriculture Productivity

1
Comments
7 min read
We Have Code Quality At Home: Open Source Java Code Quality Tools

We Have Code Quality At Home: Open Source Java Code Quality Tools

Comments
4 min read
Find Peak Element | LeetCode | Java

Find Peak Element | LeetCode | Java

7
Comments 5
1 min read
Practical use Cases of AI and Java

Practical use Cases of AI and Java

1
Comments
3 min read
Case Studies on Strings and Characters

Case Studies on Strings and Characters

1
Comments
4 min read
Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 6 Comparing cold and warm starts between Data API and JDBC

Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 6 Comparing cold and warm starts between Data API and JDBC

5
Comments
5 min read
Formatting Console Output

Formatting Console Output

1
Comments 1
3 min read
The String Type

The String Type

Comments
9 min read
Exploring Spring Framework, Spring MVC, and Reinforcing Core Java Concepts

Exploring Spring Framework, Spring MVC, and Reinforcing Core Java Concepts

1
Comments
1 min read
Book review - Frontend Development with JavaFX and Kotlin

Book review - Frontend Development with JavaFX and Kotlin

Comments
5 min read
Understanding JDBC Three-Tier Architecture: A Detailed Overview

Understanding JDBC Three-Tier Architecture: A Detailed Overview

1
Comments
3 min read
The Ultimate Comparison: Python vs. Java in 2024

The Ultimate Comparison: Python vs. Java in 2024

6
Comments
3 min read
Character Data Type and Operations

Character Data Type and Operations

2
Comments
6 min read
Understanding How Java Code Runs Behind the Scenes

Understanding How Java Code Runs Behind the Scenes

7
Comments
2 min read
Common Mathematical Functions

Common Mathematical Functions

Comments
4 min read
MULTITHREADING IN JAVA

MULTITHREADING IN JAVA

Comments
2 min read
5 Things I wanted to know about REST API when I was starting

5 Things I wanted to know about REST API when I was starting

Comments
4 min read
loading...