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.
How to Avoid Typical Mistakes While Learning Java

How to Avoid Typical Mistakes While Learning Java

55
Comments 3
10 min read
A very simple Test Driven Development Tutorial

A very simple Test Driven Development Tutorial

37
Comments
4 min read
Test Your Spring Boot Applications with JUnit 5

Test Your Spring Boot Applications with JUnit 5

19
Comments
21 min read
Top 20+ Java Interview Questions

Top 20+ Java Interview Questions

23
Comments 10
13 min read
50+ Data Structure and Algorithms Problems from Coding Interviews

50+ Data Structure and Algorithms Problems from Coding Interviews

525
Comments 18
17 min read
Spring boot + Spring Security 5 + OAuth2/OIDC Client - Deep Dive

Spring boot + Spring Security 5 + OAuth2/OIDC Client - Deep Dive

42
Comments 9
4 min read
The Behavior of `i = i++` in Java

The Behavior of `i = i++` in Java

34
Comments 8
3 min read
Debugging Microservices running in Kubernetes

Debugging Microservices running in Kubernetes

17
Comments
3 min read
Java 8: Entenda facilmente funções lambda, a principal novidade!

Java 8: Entenda facilmente funções lambda, a principal novidade!

12
Comments
6 min read
A First Attempt at Making Art with Code

A First Attempt at Making Art with Code

44
Comments 12
4 min read
Report about updating a Java project from JDK 8 to JDK 11

Report about updating a Java project from JDK 8 to JDK 11

13
Comments 4
4 min read
Kotlin: Removing POJO Boilerplate

Kotlin: Removing POJO Boilerplate

14
Comments 3
3 min read
I'm an Android Developer(Java/Kotlin), pre-middle level, Ask Me Anything!

I'm an Android Developer(Java/Kotlin), pre-middle level, Ask Me Anything!

4
Comments 20
1 min read
Top 5 Java Test Frameworks For Automation In 2019

Top 5 Java Test Frameworks For Automation In 2019

7
Comments 3
10 min read
Java math challenge

Java math challenge

11
Comments 7
1 min read
C# for the Java Developer: Enums

C# for the Java Developer: Enums

7
Comments
2 min read
C# for the Java Developer: Lambdas

C# for the Java Developer: Lambdas

5
Comments
3 min read
Java 8 Optional: A way to avoid NullPointerException

Java 8 Optional: A way to avoid NullPointerException

36
Comments 8
6 min read
The beginner's guide to Spring Boot

The beginner's guide to Spring Boot

85
Comments 4
2 min read
C# for the Java Developer: Generics

C# for the Java Developer: Generics

8
Comments
3 min read
C# for the Java Developer: Extension Methods

C# for the Java Developer: Extension Methods

7
Comments
2 min read
How to start with unit testing in Java: A complete introduction to JUnit 5

How to start with unit testing in Java: A complete introduction to JUnit 5

64
Comments 4
7 min read
Lightweight serverless Java functions with Quarkus

Lightweight serverless Java functions with Quarkus

21
Comments 3
2 min read
A Quick Guide to OAuth 2.0 with Spring Security

A Quick Guide to OAuth 2.0 with Spring Security

20
Comments
12 min read
Quarkus: Introduction of New Method for Quickly Launching Java applications on Container

Quarkus: Introduction of New Method for Quickly Launching Java applications on Container

5
Comments 2
1 min read
Use JFlex to Count Words

Use JFlex to Count Words

7
Comments 1
3 min read
Trivia Kata: A Refactoring Story

Trivia Kata: A Refactoring Story

9
Comments
6 min read
Meet JFlex

Meet JFlex

11
Comments
3 min read
The `else if` Keyword Doesn’t Exist in Java

The `else if` Keyword Doesn’t Exist in Java

24
Comments 20
5 min read
How to become a better Java Developer in 2024? [with Resources]

How to become a better Java Developer in 2024? [with Resources]

134
Comments 2
13 min read
Setup of a Local Kubernetes and Istio Dev Environment

Setup of a Local Kubernetes and Istio Dev Environment

31
Comments 1
4 min read
Opensource Android Code Snippets in Java

Opensource Android Code Snippets in Java

15
Comments
1 min read
Ubuntu 18.04 install Java and Eclipse IDE

Ubuntu 18.04 install Java and Eclipse IDE

8
Comments
2 min read
Which eclipse IDE shortcut/feature you wish you had known sooner?

Which eclipse IDE shortcut/feature you wish you had known sooner?

5
Comments 4
1 min read
18 Best Java Books For Beginners In 2019

18 Best Java Books For Beginners In 2019

79
Comments 6
12 min read
Java LinkedList Tutorial with Examples

Java LinkedList Tutorial with Examples

9
Comments
9 min read
Be Careful with String’s Substring Method in Java

Be Careful with String’s Substring Method in Java

13
Comments 9
5 min read
What the heck is polymorphism?

What the heck is polymorphism?

239
Comments 19
7 min read
How static is a static inner class in Java?

How static is a static inner class in Java?

7
Comments
2 min read
toString or not to toString? This is the question

toString or not to toString? This is the question

17
Comments
2 min read
Continuous Development with Java and Kubernetes

Continuous Development with Java and Kubernetes

18
Comments 3
11 min read
Java: Infer Column Widths of a Fixed-Width Text File

Java: Infer Column Widths of a Fixed-Width Text File

10
Comments 1
9 min read
Build Spring Microservices and Dockerize Them for Production

Build Spring Microservices and Dockerize Them for Production

40
Comments
21 min read
SOLID design principles: Building stable and flexible systems

SOLID design principles: Building stable and flexible systems

224
Comments 5
12 min read
Creating a Telegram Bot in Java: from conception to deployment

Creating a Telegram Bot in Java: from conception to deployment

37
Comments 4
8 min read
My first ever unit test

My first ever unit test

86
Comments 22
3 min read
A Complete Guide on Docker Multi-Stage Build with Java

A Complete Guide on Docker Multi-Stage Build with Java

8
Comments
3 min read
Learning Java

Learning Java

16
Comments 3
3 min read
Different ways to word count in apache spark

Different ways to word count in apache spark

10
Comments
2 min read
i18n in Java 11, Spring Boot, and JavaScript

i18n in Java 11, Spring Boot, and JavaScript

5
Comments
13 min read
Ten Ways to Secure your Applications

Ten Ways to Secure your Applications

63
Comments 2
9 min read
What you should learn to become a Master Yoda in Java

What you should learn to become a Master Yoda in Java

446
Comments 11
7 min read
Top 21 Interview Questions for Java Developers You Totally Should Know

Top 21 Interview Questions for Java Developers You Totally Should Know

64
Comments 6
9 min read
The Future of Java - Project Amber

The Future of Java - Project Amber

7
Comments
1 min read
Tutorial: android architecture blueprints, full todo app (MVO edition)

Tutorial: android architecture blueprints, full todo app (MVO edition)

12
Comments
11 min read
Cómo cambiar los colores de la consola con Java y System.out.println

Cómo cambiar los colores de la consola con Java y System.out.println

5
Comments
3 min read
Record a Phone Message with Java

Record a Phone Message with Java

6
Comments 1
6 min read
How to learn to code in Java: why you should and where to start

How to learn to code in Java: why you should and where to start

151
Comments 4
10 min read
Scraping E-Commerce Product Data

Scraping E-Commerce Product Data

6
Comments 1
6 min read
Pure Bliss With Pure Functions in Java

Pure Bliss With Pure Functions in Java

43
Comments
10 min read
loading...