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 Quickie. The .class syntax

Java Quickie. The .class syntax

5
Comments
2 min read
Java: Convert String to a Number

Java: Convert String to a Number

6
Comments
1 min read
Testing MariaDB ColumnStore performance

Testing MariaDB ColumnStore performance

6
Comments
6 min read
[PT-BR] Minhas duas features preferidas do Java 17

[PT-BR] Minhas duas features preferidas do Java 17

29
Comments 10
2 min read
Effective Java: Include Failure-Capture Information in Detail Messages

Effective Java: Include Failure-Capture Information in Detail Messages

6
Comments
2 min read
Spring Security Oauth2- JWT Authentication in a resource server

Spring Security Oauth2- JWT Authentication in a resource server

4
Comments
6 min read
How to create a production Docker image

How to create a production Docker image

148
Comments 7
5 min read
10 Java Developer Skills that are in High Demand

10 Java Developer Skills that are in High Demand

168
Comments 6
4 min read
Java Quickie. Annotations

Java Quickie. Annotations

7
Comments
2 min read
How to Build Java Applications Today: #55

How to Build Java Applications Today: #55

3
Comments
10 min read
Testing in Android. How to run a test

Testing in Android. How to run a test

5
Comments
3 min read
Effective Java - Static factory methods vs Constructors

Effective Java - Static factory methods vs Constructors

5
Comments
2 min read
A comparison of libraries for named entity recognition

A comparison of libraries for named entity recognition

6
Comments
5 min read
Top 5 IntelliJ IDEA Tips & Tricks!

Top 5 IntelliJ IDEA Tips & Tricks!

21
Comments 2
2 min read
Primeiros passos com Java III - Métodos, escopo e recursão

Primeiros passos com Java III - Métodos, escopo e recursão

8
Comments
9 min read
Understanding Threading

Understanding Threading

3
Comments
2 min read
OOP Series: Inheritance in Java

OOP Series: Inheritance in Java

7
Comments
8 min read
Testing in Android. Fundamentals

Testing in Android. Fundamentals

8
Comments 3
4 min read
Spring Data — Transactional Caveats

Spring Data — Transactional Caveats

20
Comments 3
5 min read
I've Got a Cute PR

I've Got a Cute PR

9
Comments
3 min read
JEP 378: Text Blocks. New way to use String in Java

JEP 378: Text Blocks. New way to use String in Java

10
Comments 2
2 min read
[pt-br] Acessando keycloak via Spring Netflix Zuul

[pt-br] Acessando keycloak via Spring Netflix Zuul

6
Comments 2
2 min read
Android Simplified. Fragment lifecycle

Android Simplified. Fragment lifecycle

6
Comments
4 min read
Debugging Maven tests in IntelliJ IDEA

Debugging Maven tests in IntelliJ IDEA

12
Comments
1 min read
Upgrading from Java 11 to Java 17

Upgrading from Java 11 to Java 17

2
Comments
2 min read
Capacidades de Autores e Projetos em AEM

Capacidades de Autores e Projetos em AEM

2
Comments
6 min read
☄Deep Dive into Object Oriented Programming: Part 2

☄Deep Dive into Object Oriented Programming: Part 2

10
Comments
6 min read
Trabalhando com Marketing Cloud Solutions em AEM

Trabalhando com Marketing Cloud Solutions em AEM

1
Comments
3 min read
The Debugger Checklist – Part II

The Debugger Checklist – Part II

12
Comments
9 min read
Série: AEM para iniciantes | 🇧🇷

Série: AEM para iniciantes | 🇧🇷

13
Comments
7 min read
Realistic Test Data Generation for Java Apps

Realistic Test Data Generation for Java Apps

3
Comments
7 min read
☕🚢 Maven Build in < 20 lines of yaml 🕟

☕🚢 Maven Build in < 20 lines of yaml 🕟

1
Comments
1 min read
Undestanding Java OSGI framework

Undestanding Java OSGI framework

2
Comments
4 min read
Spring Learning Path

Spring Learning Path

16
Comments
3 min read
Starting with Spring Framework? Here's what you need to know

Starting with Spring Framework? Here's what you need to know

17
Comments
4 min read
Java Generics — Advanced Cases

Java Generics — Advanced Cases

51
Comments 2
8 min read
Java Quickie. Nested classes

Java Quickie. Nested classes

2
Comments 2
2 min read
Spring Boot validation and bean manipulation

Spring Boot validation and bean manipulation

7
Comments
8 min read
Monitor Tomcat Java application with OpenTelemetry and SigNoz

Monitor Tomcat Java application with OpenTelemetry and SigNoz

21
Comments
5 min read
Deploying and Consuming Kafka event-driven messages in a Java-enabled Multi-Cloud environment

Deploying and Consuming Kafka event-driven messages in a Java-enabled Multi-Cloud environment

6
Comments
6 min read
How to Build Java Applications Today: #54

How to Build Java Applications Today: #54

5
Comments
8 min read
Demystifying Spring Task Executor

Demystifying Spring Task Executor

4
Comments
2 min read
What is a Good Path to Learn Programming

What is a Good Path to Learn Programming

8
Comments
8 min read
Reassessing TestNG vs. Junit

Reassessing TestNG vs. Junit

4
Comments
5 min read
Exporting all modules to all modules at runtime on Java 16 and later

Exporting all modules to all modules at runtime on Java 16 and later

8
Comments 5
2 min read
Java replace() Method

Java replace() Method

5
Comments
3 min read
Criando menu de contexto para apps Android

Criando menu de contexto para apps Android

4
Comments
1 min read
Java Functional Programming

Java Functional Programming

6
Comments 3
9 min read
☄Deep Dive into Object Oriented Programming: Part 1

☄Deep Dive into Object Oriented Programming: Part 1

33
Comments
5 min read
Misc: Possible Ways to Add

Misc: Possible Ways to Add

2
Comments
2 min read
Google Play Kafkaesque Experience

Google Play Kafkaesque Experience

18
Comments 4
4 min read
Cache de dados em Java utilizando Proxy Dinâmico e Annotations

Cache de dados em Java utilizando Proxy Dinâmico e Annotations

5
Comments
6 min read
40 technology experts ready to help you practice on projects

40 technology experts ready to help you practice on projects

5
Comments
4 min read
How to do a Select clause comparison of LocalDateTime in JPA

How to do a Select clause comparison of LocalDateTime in JPA

5
Comments
1 min read
SQL Select with IN clause from list with JPA

SQL Select with IN clause from list with JPA

7
Comments
1 min read
Debugging in Production-How to move fast without breaking things

Debugging in Production-How to move fast without breaking things

4
Comments
7 min read
How to Create Ripple Animation for Changing Theme in Android?

How to Create Ripple Animation for Changing Theme in Android?

2
Comments
3 min read
HackerRank #39 | HashSet | 🇧🇷

HackerRank #39 | HashSet | 🇧🇷

2
Comments
3 min read
How to Deploy a Spring Boot App on AWS ECS Cluster

How to Deploy a Spring Boot App on AWS ECS Cluster

6
Comments
10 min read
The Debugger Checklist – Part I

The Debugger Checklist – Part I

6
Comments
5 min read
loading...