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.
Implementing Lists, Stacks, Queues, and Priority Queues - Common Features for Lists

Implementing Lists, Stacks, Queues, and Priority Queues - Common Features for Lists

Comments
3 min read
Code to Make CV Generator: make By Mirza Hanzla 😎

Code to Make CV Generator: make By Mirza Hanzla 😎

5
Comments
4 min read
Understanding Arrays and Collections in Java: Managing Groups of Data

Understanding Arrays and Collections in Java: Managing Groups of Data

2
Comments 2
3 min read
6 Captivating Java Programming Challenges to Boost Your Skills 🚀

6 Captivating Java Programming Challenges to Boost Your Skills 🚀

1
Comments
2 min read
Exception Handling In Java

Exception Handling In Java

1
Comments
4 min read
LeetCode Day37 Dynamic Programming part 11

LeetCode Day37 Dynamic Programming part 11

Comments
3 min read
Melhorando o desempenho de aplicações Spring Boot - Parte I

Melhorando o desempenho de aplicações Spring Boot - Parte I

1
Comments
3 min read
Top 10 Key Differences Between HashSet and TreeSet in Java

Top 10 Key Differences Between HashSet and TreeSet in Java

Comments
3 min read
LeetCode Day 36 Dynamic Programming Part 10

LeetCode Day 36 Dynamic Programming Part 10

Comments
3 min read
Object-Oriented Programming is Not What You Think It Is, or at Least It Wasn’t Meant to Be

Object-Oriented Programming is Not What You Think It Is, or at Least It Wasn’t Meant to Be

1
Comments 2
4 min read
Orientação a Objetos - Métodos em Java

Orientação a Objetos - Métodos em Java

1
Comments
2 min read
Setup JFrog Artifactory on Kubernetes and Connect Spring Boot Application

Setup JFrog Artifactory on Kubernetes and Connect Spring Boot Application

Comments
6 min read
Mastering Java: A Comprehensive Collection of Free Programming Tutorials

Mastering Java: A Comprehensive Collection of Free Programming Tutorials

Comments
4 min read
Pattern Matching for Switch in Java 21

Pattern Matching for Switch in Java 21

Comments
3 min read
Understanding RestTemplate's exchange() and getForEntity() methods in Spring

Understanding RestTemplate's exchange() and getForEntity() methods in Spring

1
Comments
3 min read
Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 9 Comparing cold and warm starts: Data API vs DynamoDB

Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 9 Comparing cold and warm starts: Data API vs DynamoDB

1
Comments
3 min read
Como iniciar um aplicativo Spring Boot + JPA + MySQL

Como iniciar um aplicativo Spring Boot + JPA + MySQL

2
Comments
5 min read
Volume Testing With Apache Jmeter On Windows.

Volume Testing With Apache Jmeter On Windows.

6
Comments
5 min read
Finding the Median of Two Sorted Arrays in Java

Finding the Median of Two Sorted Arrays in Java

2
Comments
2 min read
Quick Sort

Quick Sort

Comments
5 min read
Merge Sort

Merge Sort

Comments
5 min read
Bubble Sort

Bubble Sort

Comments
3 min read
Insertion Sort

Insertion Sort

Comments
2 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
O operador ?

O operador ?

Comments
1 min read
Java Ecosystem Overview

Java Ecosystem Overview

1
Comments
5 min read
Sorting

Sorting

1
Comments
1 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
𝗠𝗶𝗰𝗿𝗼𝘀𝗲𝗿𝘃𝗶𝗰𝗲𝘀 𝗶𝗻 𝗝𝗮𝘃𝗮: 𝗔𝗿𝗰𝗵𝗶𝘁𝗲𝗰𝘁𝘂𝗿𝗲, 𝗕𝗲𝗻𝗲𝗳𝗶𝘁𝘀, 𝗮𝗻𝗱 𝗜𝗺𝗽𝗹𝗲𝗺𝗲𝗻𝘁𝗮𝘁𝗶𝗼𝗻

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

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
Make your application loosely coupled-Abstraction-PolyMorphism

Make your application loosely coupled-Abstraction-PolyMorphism

Comments
2 min read
Computational Geometry: Finding a Convex Hull

Computational Geometry: Finding a Convex Hull

Comments
4 min read
Aplicando o "Single Responsability Principle" com Typescript e Java

Aplicando o "Single Responsability Principle" 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
Java Streams: Unleashing the Power of Functional Data Processing

Java Streams: Unleashing the Power of Functional Data Processing

Comments
4 min read
Presentation pain

Presentation pain

Comments 2
1 min read
Exploring Java Record Patterns and Pattern Matching

Exploring Java Record Patterns and Pattern Matching

2
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
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

4
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
loading...