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.
Encoding

Encoding

2
Comments 1
1 min read
Thread In Java

Thread In Java

6
Comments
2 min read
Documenting a Spring REST API Using Smart-doc

Documenting a Spring REST API Using Smart-doc

2
Comments
4 min read
In Java what is ConcurrentModificationException? How to avoid it in multi-threading. #InterviewQuestion

In Java what is ConcurrentModificationException? How to avoid it in multi-threading. #InterviewQuestion

2
Comments
2 min read
Enhancing Transparency and Accountability: Implementing Entity Audit Logging in Java [Part-1]

Enhancing Transparency and Accountability: Implementing Entity Audit Logging in Java [Part-1]

2
Comments
3 min read
Max Area of Island | LeetCode

Max Area of Island | LeetCode

3
Comments
1 min read
Remove All Adjacent Duplicates In String | LeetCode | Java

Remove All Adjacent Duplicates In String | LeetCode | Java

3
Comments
1 min read
Streams do Java

Streams do Java

6
Comments
4 min read
Palavras-Chaves

Palavras-Chaves

5
Comments 2
1 min read
How to use smart-doc to generate JMeter test scripts

How to use smart-doc to generate JMeter test scripts

4
Comments
5 min read
Tente Isto 1-2 Melhore o conversor

Tente Isto 1-2 Melhore o conversor

1
Comments
1 min read
Teste do Capítulo 1

Teste do Capítulo 1

1
Comments
2 min read
LeetCode Day 14 Binary Tree Part 4

LeetCode Day 14 Binary Tree Part 4

Comments
1 min read
Bitwise operators in Java: unpacking ambiguities

Bitwise operators in Java: unpacking ambiguities

2
Comments
9 min read
Desvendando o Segredo: Como Implementar File Upload com Spring Boot e Amazon S3

Desvendando o Segredo: Como Implementar File Upload com Spring Boot e Amazon S3

22
Comments 2
5 min read
Kotlin vs Java: Which is Best for Android App Development?

Kotlin vs Java: Which is Best for Android App Development?

Comments
3 min read
Understanding @Primary in Spring

Understanding @Primary in Spring

3
Comments
2 min read
Thread and Process

Thread and Process

2
Comments
3 min read
Streamlined Java Data Querying

Streamlined Java Data Querying

Comments
2 min read
The Color Class

The Color Class

2
Comments
2 min read
The Font Class

The Font Class

2
Comments
2 min read
Common Properties and Methods for Nodes

Common Properties and Methods for Nodes

1
Comments
2 min read
Property Binding

Property Binding

1
Comments
4 min read
Panes, UI Controls, and Shapes

Panes, UI Controls, and Shapes

2
Comments
3 min read
The Basic Structure of a JavaFX Program

The Basic Structure of a JavaFX Program

1
Comments
2 min read
Comparing the Performance of Sets and Lists

Comparing the Performance of Sets and Lists

1
Comments 2
3 min read
𝗔 𝗕𝗿𝗶𝗲𝗳 𝗢𝘃𝗲𝗿𝘃𝗶𝗲𝘄 𝗼𝗳 𝗝𝗮𝘃𝗮 𝟭.𝟴

𝗔 𝗕𝗿𝗶𝗲𝗳 𝗢𝘃𝗲𝗿𝘃𝗶𝗲𝘄 𝗼𝗳 𝗝𝗮𝘃𝗮 𝟭.𝟴

Comments
2 min read
Java vs Node - What Is The Difference?

Java vs Node - What Is The Difference?

2
Comments
6 min read
Item 36: Use a classe EnumSet em vez dos campos de bits

Item 36: Use a classe EnumSet em vez dos campos de bits

Comments
2 min read
Item 35: Use os campos de instância em vez dos valores ordinais

Item 35: Use os campos de instância em vez dos valores ordinais

Comments
1 min read
Try To Use `savepoint` In Spring JPA/Hibernate

Try To Use `savepoint` In Spring JPA/Hibernate

Comments 1
2 min read
Wednesday Links - Edition 2024-06-19

Wednesday Links - Edition 2024-06-19

1
Comments
1 min read
Writing code like this improves efficiency by 100 times compared to directly using MyBatis

Writing code like this improves efficiency by 100 times compared to directly using MyBatis

2
Comments 1
14 min read
Java Bytecode Execution: Bridging JVM and OS

Java Bytecode Execution: Bridging JVM and OS

Comments
1 min read
LeetCode Day4 LinkedList part2

LeetCode Day4 LinkedList part2

2
Comments
5 min read
Paralelismo e Concorrência 101

Paralelismo e Concorrência 101

82
Comments 4
5 min read
Understanding set orientation from the comparison between SQL and Java, and what are the advantages of SQL over Java?

Understanding set orientation from the comparison between SQL and Java, and what are the advantages of SQL over Java?

6
Comments 1
5 min read
Number of Islands | LeetCode

Number of Islands | LeetCode

2
Comments
1 min read
How To Map PostgreSQL `point` Data Type To Java PGpoint Data Type?

How To Map PostgreSQL `point` Data Type To Java PGpoint Data Type?

1
Comments 1
3 min read
1.3 - Outro tipo de dados

1.3 - Outro tipo de dados

1
Comments
1 min read
1.6 - Ponto e vírgula, posicionamento e práticas de recuo

1.6 - Ponto e vírgula, posicionamento e práticas de recuo

1
Comments
1 min read
1.5 - blocos de código

1.5 - blocos de código

1
Comments
1 min read
1.4 - Instruções de controle (if e for)

1.4 - Instruções de controle (if e for)

1
Comments
2 min read
Java OOP, in a Nutshell

Java OOP, in a Nutshell

6
Comments
5 min read
Array- Q3 Container With Most Water

Array- Q3 Container With Most Water

Comments
1 min read
Any website where we can upload backend code for free for the code to run like railway website.

Any website where we can upload backend code for free for the code to run like railway website.

Comments
1 min read
Array- Q2 Median of Two Sorted Arrays

Array- Q2 Median of Two Sorted Arrays

Comments
1 min read
Started With Leetcode- Array- Q1 Two Sum

Started With Leetcode- Array- Q1 Two Sum

Comments
1 min read
Mastering API Integrations: A Step-by-Step Guide to Secure API Authentication in Java

Mastering API Integrations: A Step-by-Step Guide to Secure API Authentication in Java

3
Comments
6 min read
Interfaces vs. Abstract Classes

Interfaces vs. Abstract Classes

Comments 1
3 min read
In Java how to create a custom ArrayList that doesn't allow duplicate? #Interview Question

In Java how to create a custom ArrayList that doesn't allow duplicate? #Interview Question

2
Comments 4
1 min read
The Cloneable Interface

The Cloneable Interface

1
Comments
5 min read
Building Java Swagger 3 Intellij plugin: Boosting productivity, type safe generation and documentation adoption.

Building Java Swagger 3 Intellij plugin: Boosting productivity, type safe generation and documentation adoption.

Comments
3 min read
In Spring Boot, what is the use of @PostConstruct? Explain using Example.

In Spring Boot, what is the use of @PostConstruct? Explain using Example.

5
Comments
1 min read
Abstract Classes

Abstract Classes

Comments
5 min read
LeetCode Day10 Stack&Queue Part 2

LeetCode Day10 Stack&Queue Part 2

1
Comments
3 min read
How template method can ruin your Java code

How template method can ruin your Java code

1
Comments
9 min read
Why Set Doesn't Allow Duplicates in Java

Why Set Doesn't Allow Duplicates in Java

1
Comments
1 min read
Google I/O Explained: Nutshell

Google I/O Explained: Nutshell

Comments
1 min read
From scratch to my first job as a Java developer

From scratch to my first job as a Java developer

Comments
1 min read
loading...