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.
Explorando o Multitarefa com Threads em Java

Explorando o Multitarefa com Threads em Java

5
Comments
1 min read
How Networks Work: Exploring the Fundamentals of Switches, Routers, DNS, DHCP, NAT, VPN, and More

How Networks Work: Exploring the Fundamentals of Switches, Routers, DNS, DHCP, NAT, VPN, and More

17
Comments
7 min read
Popular Java Interview Questions and Answers

Popular Java Interview Questions and Answers

10
Comments 2
16 min read
Cracking the Code: Leetcode 2038 - Removing Colored Pieces with Identical Neighbors

Cracking the Code: Leetcode 2038 - Removing Colored Pieces with Identical Neighbors

6
Comments
2 min read
<=60s - Java

<=60s - Java

Comments
1 min read
AWS Lambda SnapStart - Part 7 Re-measuring of Java 11 Lambda cold starts

AWS Lambda SnapStart - Part 7 Re-measuring of Java 11 Lambda cold starts

6
Comments 1
4 min read
Streams in Java made super simple with examples! — An Easy Beginner’s Guide!

Streams in Java made super simple with examples! — An Easy Beginner’s Guide!

1
Comments
6 min read
Métodos em Java: A Magia por Trás da Programação Simplificada! ✨💻

Métodos em Java: A Magia por Trás da Programação Simplificada! ✨💻

11
Comments
2 min read
How to build a Java Spring JSON API from a blank maven project

How to build a Java Spring JSON API from a blank maven project

6
Comments
3 min read
Solving Locale-Related String Formatting Woes in Java

Solving Locale-Related String Formatting Woes in Java

Comments
2 min read
How to package your cloud-native Java app for faster startup

How to package your cloud-native Java app for faster startup

1
Comments
11 min read
Os Superpoderes de 'static' e a Inquebrável Fortaleza 'final'🚀🛡️🔮

Os Superpoderes de 'static' e a Inquebrável Fortaleza 'final'🚀🛡️🔮

5
Comments
2 min read
Singleton Pattern? No! Use this instead 💡

Singleton Pattern? No! Use this instead 💡

29
Comments 5
5 min read
Domine Java: O Poder dos Atributos Privados, Públicos e Protegidos! 🔒🌐🛡️

Domine Java: O Poder dos Atributos Privados, Públicos e Protegidos! 🔒🌐🛡️

10
Comments 4
2 min read
10 Tips to Optimize Memory Usage and Avoid Common Exceptions in Java

10 Tips to Optimize Memory Usage and Avoid Common Exceptions in Java

7
Comments
2 min read
Active record vs Object mapper ORM

Active record vs Object mapper ORM

13
Comments
2 min read
SOLID! Um post aprofundado

SOLID! Um post aprofundado

8
Comments
15 min read
Monkey-patching in Java

Monkey-patching in Java

38
Comments 4
7 min read
Understanding Creational Design Patterns: A Comprehensive Guide

Understanding Creational Design Patterns: A Comprehensive Guide

6
Comments
8 min read
Implement RecyclerView using Swift PM libraries

Implement RecyclerView using Swift PM libraries

Comments
7 min read
Java for Beginners

Java for Beginners

12
Comments 3
4 min read
Two Exceptional Enhancement Features Everyone Should Know in Java

Two Exceptional Enhancement Features Everyone Should Know in Java

Comments
3 min read
Improving Code Clarity with Functional Programming in Java.

Improving Code Clarity with Functional Programming in Java.

1
Comments 2
2 min read
Debugging Tips and Tricks: A Comprehensive Guide

Debugging Tips and Tricks: A Comprehensive Guide

13
Comments
11 min read
Matrix Operations with Apache Commons Math3: A Comprehensive Guide

Matrix Operations with Apache Commons Math3: A Comprehensive Guide

2
Comments 1
2 min read
Configurando WSL2 com Intellij

Configurando WSL2 com Intellij

19
Comments 4
4 min read
Come and see me speaking at GeeCon 2023 in Prague.

Come and see me speaking at GeeCon 2023 in Prague.

5
Comments
1 min read
Expanding Horizons

Expanding Horizons

4
Comments 1
12 min read
Desvendando o Mistério dos Generics em Java: Code com Flexibilidade Mágica! ✨🚀

Desvendando o Mistério dos Generics em Java: Code com Flexibilidade Mágica! ✨🚀

6
Comments
2 min read
The Art of Clean Code: Java Style and Conventions

The Art of Clean Code: Java Style and Conventions

20
Comments 2
11 min read
How Java code executes for beginners

How Java code executes for beginners

Comments
4 min read
Top 8 best programming languages for Data Science

Top 8 best programming languages for Data Science

Comments
2 min read
Explorando as profundezas da JVM: -XX:+PrintCompilation

Explorando as profundezas da JVM: -XX:+PrintCompilation

5
Comments
5 min read
Desvendando o Mistério dos Tipos em Java: Primitivos vs. Não Primitivos 🚀

Desvendando o Mistério dos Tipos em Java: Primitivos vs. Não Primitivos 🚀

9
Comments
2 min read
Role of Service Discovery in Microservices

Role of Service Discovery in Microservices

Comments
3 min read
A Guide to Using Redis in Spring Boot: Custom CacheManager

A Guide to Using Redis in Spring Boot: Custom CacheManager

25
Comments
4 min read
Explorando Nodes em Java 🚀🔍📦

Explorando Nodes em Java 🚀🔍📦

7
Comments
2 min read
Leet Code — 1816. Truncate Sentence

Leet Code — 1816. Truncate Sentence

1
Comments
3 min read
Dominando o Poder dos Testes Unitários em Java com JUnit: Construa Código Sólido e Confiável! 🚀🧪🔨

Dominando o Poder dos Testes Unitários em Java com JUnit: Construa Código Sólido e Confiável! 🚀🧪🔨

6
Comments
2 min read
CHALLENGE!!

CHALLENGE!!

Comments
2 min read
Como ter múltiplos datasources em seu projeto spring boot

Como ter múltiplos datasources em seu projeto spring boot

1
Comments 1
5 min read
The Systemic Process of Debugging

The Systemic Process of Debugging

15
Comments 1
6 min read
Vetores em Java

Vetores em Java

7
Comments
2 min read
Java17 sealed classes

Java17 sealed classes

8
Comments 1
3 min read
Apache Kafka: Quickstart: Binary Deployment in Windows

Apache Kafka: Quickstart: Binary Deployment in Windows

Comments
2 min read
How to prevent NullPointerExceptions in Java

How to prevent NullPointerExceptions in Java

5
Comments 6
10 min read
Cracking the Code: Leet Code 1048 - Longest String Chain (Medium) - NileshDev

Cracking the Code: Leet Code 1048 - Longest String Chain (Medium) - NileshDev

5
Comments
3 min read
Cracking the LeetCode:392 Is Subsequence?

Cracking the LeetCode:392 Is Subsequence?

5
Comments
2 min read
🎉 Java 21 is out... and bookmarks 📑

🎉 Java 21 is out... and bookmarks 📑

5
Comments 11
1 min read
Semaphores, is that so easy!! The Clothing Store Analogy as a Guide for Beginners

Semaphores, is that so easy!! The Clothing Store Analogy as a Guide for Beginners

Comments
4 min read
Scanner em Java

Scanner em Java

5
Comments
1 min read
Using JLink to create smaller Docker images for your Spring Boot Java application

Using JLink to create smaller Docker images for your Spring Boot Java application

3
Comments
6 min read
#10 Introduction to Views & View groups |Android Studio Tutorial| #softwaretechit

#10 Introduction to Views & View groups |Android Studio Tutorial| #softwaretechit

1
Comments
2 min read
Vou explicar o HashMap em Java de forma simples, pode ser?

Vou explicar o HashMap em Java de forma simples, pode ser?

12
Comments
1 min read
Whats new for developers in JDK 21

Whats new for developers in JDK 21

1
Comments
6 min read
Reading the temperature, humidity, and pressure from a BME280 Sensor with Java, Pi4J, I2C, SPI, and JBang

Reading the temperature, humidity, and pressure from a BME280 Sensor with Java, Pi4J, I2C, SPI, and JBang

Comments
6 min read
Java Collections Framework - A Quick and In-Depth Look (Part - 2)

Java Collections Framework - A Quick and In-Depth Look (Part - 2)

11
Comments 1
11 min read
[Digest] Java, Kotlin, Spring, Cloud, and More - Episode 8

[Digest] Java, Kotlin, Spring, Cloud, and More - Episode 8

1
Comments
1 min read
Simplificando Expressões Lambdas em Java

Simplificando Expressões Lambdas em Java

5
Comments
2 min read
Novidades sobre a atualização JDK 21

Novidades sobre a atualização JDK 21

20
Comments 1
6 min read
loading...