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.
Insertion Sort

Insertion Sort

Comments
2 min read
Sorting

Sorting

1
Comments
1 min read
O operador ?

O operador ?

Comments
1 min read
Java Ecosystem Overview

Java Ecosystem Overview

1
Comments
5 min read
Testes Finais Capítulo 5: Mais tipos de dados e operadores

Testes Finais Capítulo 5: Mais tipos de dados e operadores

Comments
2 min read
Wednesday Links - Edition 2024-07-17

Wednesday Links - Edition 2024-07-17

Comments
1 min read
Control Flow: Mastering Conditional Statements and Loops

Control Flow: Mastering Conditional Statements and Loops

Comments
4 min read
Mais sintaxe básica - Loops e Exceções

Mais sintaxe básica - Loops e Exceções

6
Comments
7 min read
How To Schedule Exact Alarms⏱️In Android Using Java☕🧑‍💻

How To Schedule Exact Alarms⏱️In Android Using Java☕🧑‍💻

Comments
3 min read
𝗠𝗶𝗰𝗿𝗼𝘀𝗲𝗿𝘃𝗶𝗰𝗲𝘀 𝗶𝗻 𝗝𝗮𝘃𝗮: 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲, 𝗕𝗲𝗻𝗲𝗳𝗶𝘁𝘀, 𝗮𝗻𝗱 𝗜𝗺𝗽𝗹𝗲𝗺𝗲𝗻𝘁𝗮𝘁𝗶𝗼𝗻

𝗠𝗶𝗰𝗿𝗼𝘀𝗲𝗿𝘃𝗶𝗰𝗲𝘀 𝗶𝗻 𝗝𝗮𝘃𝗮: 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲, 𝗕𝗲𝗻𝗲𝗳𝗶𝘁𝘀, 𝗮𝗻𝗱 𝗜𝗺𝗽𝗹𝗲𝗺𝗲𝗻𝘁𝗮𝘁𝗶𝗼𝗻

1
Comments
3 min read
Building a web server with no dependencies in Java

Building a web server with no dependencies in Java

Comments
2 min read
External Sort

External Sort

2
Comments
8 min read
LeetCode Day34 Dynamic Programming part8

LeetCode Day34 Dynamic Programming part8

Comments
5 min read
Computational Geometry: Finding a Convex Hull

Computational Geometry: Finding a Convex Hull

Comments
4 min read
(S): Aplicando o "Princípio da Responsabilidade Única" com Typescript e Java

(S): Aplicando o "Princípio da Responsabilidade Única" com Typescript e Java

Comments
4 min read
Finding Greatest Common Divisors Using Euclid’s Algorithm

Finding Greatest Common Divisors Using Euclid’s Algorithm

Comments
5 min read
Java開源開發者指南:構建並部署到Maven Central

Java開源開發者指南:構建並部署到Maven Central

1
Comments
2 min read
Analyzing Algorithm Time Complexity

Analyzing Algorithm Time Complexity

Comments
3 min read
Examples: Determining Big O

Examples: Determining Big O

Comments
3 min read
Understanding Waits in Selenium 4

Understanding Waits in Selenium 4

1
Comments
3 min read
**🚀 9 Java Tricks for Every Developer**

**🚀 9 Java Tricks for Every Developer**

15
Comments
3 min read
Presentation pain

Presentation pain

Comments 2
1 min read
Java Streams: Unleashing the Power of Functional Data Processing

Java Streams: Unleashing the Power of Functional Data Processing

Comments
4 min read
Building Scalable Microservices with Java Spring Boot: Best Practices and Techniques part -1

Building Scalable Microservices with Java Spring Boot: Best Practices and Techniques part -1

12
Comments 5
5 min read
Exploring Java Record Patterns and Pattern Matching

Exploring Java Record Patterns and Pattern Matching

3
Comments
4 min read
Advanced Testing with JUnit 5

Advanced Testing with JUnit 5

1
Comments
2 min read
Refatoração de Código: Melhores Práticas para Escrever Código Limpo e Eficiente

Refatoração de Código: Melhores Práticas para Escrever Código Limpo e Eficiente

3
Comments
3 min read
Tente Isto 5-3 Uma classe ShowBits

Tente Isto 5-3 Uma classe ShowBits

Comments
1 min read
Os operadores de deslocamento e atribuições abreviadas bitwise

Os operadores de deslocamento e atribuições abreviadas bitwise

Comments
2 min read
Os operadores bitwise AND, OR, XOR e NOT

Os operadores bitwise AND, OR, XOR e NOT

Comments
1 min read
Singleton and Unmodifiable Collections and Maps

Singleton and Unmodifiable Collections and Maps

Comments
1 min read
Case Study: Occurrences of Words

Case Study: Occurrences of Words

Comments
2 min read
Sets - HashSet, LinkedHashSet, and TreeSet.

Sets - HashSet, LinkedHashSet, and TreeSet.

Comments
8 min read
Sets and Maps

Sets and Maps

Comments
1 min read
Java - Beginner

Java - Beginner

1
Comments
2 min read
Real Life Scenarios I: Avoiding Extra Scripts in Database Operations with JPA/Hibernate 👀

Real Life Scenarios I: Avoiding Extra Scripts in Database Operations with JPA/Hibernate 👀

Comments
1 min read
Streams and Lambdas in Java: A Guide to Functional Programming with Examples

Streams and Lambdas in Java: A Guide to Functional Programming with Examples

1
Comments 1
4 min read
Bucket Sort and Radix Sort

Bucket Sort and Radix Sort

1
Comments
3 min read
Heap Sort

Heap Sort

1
Comments
6 min read
Spring Security with JWT

Spring Security with JWT

2
Comments 2
7 min read
Take a challenge

Take a challenge

Comments
1 min read
Scenario based java interview question

Scenario based java interview question

5
Comments
1 min read
Disjoint Set Graph Learning

Disjoint Set Graph Learning

Comments
2 min read
LeetCode Day32 Dynamic Programming Part 5

LeetCode Day32 Dynamic Programming Part 5

Comments
2 min read
DESIGN PATTERNS : A Deep Dive into Common Design Patterns

DESIGN PATTERNS : A Deep Dive into Common Design Patterns

144
Comments 19
9 min read
Kotlin vs. Java: The Ultimate Guide to Android Development in 2024

Kotlin vs. Java: The Ultimate Guide to Android Development in 2024

Comments
6 min read
Redis for query caching

Redis for query caching

4
Comments
6 min read
Binary Search Tree from Scratch in Java

Binary Search Tree from Scratch in Java

Comments
2 min read
Java 21: Say Goodbye to 'public static void'

Java 21: Say Goodbye to 'public static void'

5
Comments
5 min read
How to develop code analyzer in 48 hours

How to develop code analyzer in 48 hours

3
Comments 1
22 min read
Simplifying Microservices with an API Gateway in Java: A Practical Guide

Simplifying Microservices with an API Gateway in Java: A Practical Guide

1
Comments
2 min read
Fastest way to become a Java Developer

Fastest way to become a Java Developer

10
Comments
11 min read
Shadow Testing: A Comprehensive Guide for Ensuring Software Quality

Shadow Testing: A Comprehensive Guide for Ensuring Software Quality

3
Comments
6 min read
Four easy ways to analyze your Java and Kotlin code

Four easy ways to analyze your Java and Kotlin code

2
Comments
8 min read
Lombok Unleashed: Elevating Java Efficiency with Getters, Setters, Constructors, Builders, and More

Lombok Unleashed: Elevating Java Efficiency with Getters, Setters, Constructors, Builders, and More

Comments
7 min read
Java Cleaners: The Modern Way to Manage External Resources

Java Cleaners: The Modern Way to Manage External Resources

5
Comments
11 min read
How to Build a PWA with Java and Spring Boot: Best Practices for Offline Functionality?

How to Build a PWA with Java and Spring Boot: Best Practices for Offline Functionality?

1
Comments 1
2 min read
Why i created a lightweight mini spring alternative and how I did it

Why i created a lightweight mini spring alternative and how I did it

1
Comments
7 min read
Image-Based Product Search Using Spring Boot, Google Cloud Vertex AI, and Gemini Model

Image-Based Product Search Using Spring Boot, Google Cloud Vertex AI, and Gemini Model

6
Comments
6 min read
Descomplicando Arquitetura Limpa (clean architecture) com Spring boot

Descomplicando Arquitetura Limpa (clean architecture) com Spring boot

4
Comments
41 min read
loading...