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.
Quarkus - Develop Your First Supersonic Enterprise Java Application

Quarkus - Develop Your First Supersonic Enterprise Java Application

16
Comments
7 min read
A guide to accessing databases in Java

A guide to accessing databases in Java

30
Comments 2
22 min read
The Secrets to Learning Java Game Development with Beginner Coding Skills

The Secrets to Learning Java Game Development with Beginner Coding Skills

11
Comments 2
6 min read
Spring Boot Part 1: Minimum Web Server, Devtools, and Actuator

Spring Boot Part 1: Minimum Web Server, Devtools, and Actuator

29
Comments 2
7 min read
Spring Boot in Visual Studio Code

Spring Boot in Visual Studio Code

146
Comments 10
1 min read
A guide to Java versions and features

A guide to Java versions and features

65
Comments 6
13 min read
Building a messaging server from scratch. (Java)

Building a messaging server from scratch. (Java)

52
Comments
2 min read
Fluent MongoDB queries from Java

Fluent MongoDB queries from Java

7
Comments
1 min read
Spring boot codebase structure

Spring boot codebase structure

6
Comments 3
1 min read
Introduction to the Interface Segregation Principle

Introduction to the Interface Segregation Principle

7
Comments 1
4 min read
What missed me in TypeScript, coming from Java

What missed me in TypeScript, coming from Java

7
Comments
3 min read
How to add image and text watermark to presentation slides

How to add image and text watermark to presentation slides

8
Comments
2 min read
Java 8 Type-Safe Configuration with default methods

Java 8 Type-Safe Configuration with default methods

7
Comments
2 min read
Dependency Injection in Java

Dependency Injection in Java

14
Comments 1
9 min read
How to Nuke Your RSS Feed

How to Nuke Your RSS Feed

6
Comments
4 min read
Java: ¿Por qué no me funciona la comparación de cadenas? Literales, clases y el repositorio de cadenas

Java: ¿Por qué no me funciona la comparación de cadenas? Literales, clases y el repositorio de cadenas

6
Comments
9 min read
Java Deep Learning cookbook free copies

Java Deep Learning cookbook free copies

7
Comments 2
1 min read
Java Fibers (Project Loom) vs. Kotlin Coroutines...

Java Fibers (Project Loom) vs. Kotlin Coroutines...

6
Comments 6
1 min read
Effective Java Tuesday! Prefer try-with-resources

Effective Java Tuesday! Prefer try-with-resources

11
Comments 2
3 min read
JVM devs who prefer Maven over Gradle, what are your reasons?

JVM devs who prefer Maven over Gradle, what are your reasons?

8
Comments 11
1 min read
Java interview prep: 15 Java interview questions

Java interview prep: 15 Java interview questions

99
Comments 13
10 min read
Solving Real World Bad Design by Applying the Tell, don’t Ask Principle

Solving Real World Bad Design by Applying the Tell, don’t Ask Principle

16
Comments
6 min read
Kotlin Hipster = Spring Boot + Kotlin

Kotlin Hipster = Spring Boot + Kotlin

102
Comments 4
3 min read
Ultimate 'Beginning with Java' reading list.

Ultimate 'Beginning with Java' reading list.

9
Comments
8 min read
Why JVM for Deep Learning?

Why JVM for Deep Learning?

6
Comments
1 min read
Java vs Python (Spanish)

Java vs Python (Spanish)

8
Comments
4 min read
Java vs Python (German)

Java vs Python (German)

6
Comments 1
3 min read
Building a real-time data streaming app with Apache Kafka

Building a real-time data streaming app with Apache Kafka

55
Comments 5
11 min read
Java Deep Learning Cookbook released!

Java Deep Learning Cookbook released!

8
Comments
1 min read
Kotlin - Getting Started

Kotlin - Getting Started

59
Comments
8 min read
I'm a JavaScript Developer who's learning Java

I'm a JavaScript Developer who's learning Java

8
Comments
3 min read
How to encrypt a string in Java using RSA and decrypt it in Python

How to encrypt a string in Java using RSA and decrypt it in Python

9
Comments
2 min read
Back and forth from Scala to Java

Back and forth from Scala to Java

12
Comments 6
5 min read
When Builder is anti-pattern

When Builder is anti-pattern

48
Comments 25
2 min read
Setting up Intellij to close previously running build

Setting up Intellij to close previously running build

3
Comments
2 min read
Don’t write Android apps like it’s 2009!

Don’t write Android apps like it’s 2009!

56
Comments 10
2 min read
What software technologies will earn you the highest pay?

What software technologies will earn you the highest pay?

683
Comments 45
11 min read
QuickTip: Add the Eclipse Integrated Terminal

QuickTip: Add the Eclipse Integrated Terminal

6
Comments
1 min read
Creating DSL-like API's in Java (and fixing Builder pattern)

Creating DSL-like API's in Java (and fixing Builder pattern)

14
Comments 5
2 min read
JUnit 4 & 5 Annotations Every Developer Should Know

JUnit 4 & 5 Annotations Every Developer Should Know

18
Comments
12 min read
Use Client Certificate Authentication with Java and RestTemplate

Use Client Certificate Authentication with Java and RestTemplate

5
Comments 2
2 min read
Effective Java Tuesday! Avoid Finalizers and Cleaners!

Effective Java Tuesday! Avoid Finalizers and Cleaners!

9
Comments
3 min read
Convert PFX certificate to JKS, P12, CRT

Convert PFX certificate to JKS, P12, CRT

7
Comments 2
2 min read
How to Install Oracle JDK in Ubuntu 18 in 2020

How to Install Oracle JDK in Ubuntu 18 in 2020

6
Comments
4 min read
Interface-only programming in Java

Interface-only programming in Java

10
Comments
3 min read
Couple words about static factory methods naming.

Couple words about static factory methods naming.

7
Comments 2
1 min read
Preparing for Associate Android Developer Certification Exam

Preparing for Associate Android Developer Certification Exam

6
Comments 1
1 min read
Effective Java —chapters 2 to 5

Effective Java —chapters 2 to 5

19
Comments
24 min read
Effective Java —Chapters 10 to 12

Effective Java —Chapters 10 to 12

12
Comments
14 min read
Effective Java —Chapters 6 to 9

Effective Java —Chapters 6 to 9

14
Comments
25 min read
best framework for android application?

best framework for android application?

5
Comments 1
1 min read
!Stacks && Queues... Stacks || Queues!

!Stacks && Queues... Stacks || Queues!

7
Comments
4 min read
Getting started with Spring WebFlux and R2DBC in Spring Boot

Getting started with Spring WebFlux and R2DBC in Spring Boot

11
Comments
3 min read
NLP with DL4J in Java, all from the command-line

NLP with DL4J in Java, all from the command-line

9
Comments
14 min read
Top 10 Upcoming Trends for Web Development in 2020

Top 10 Upcoming Trends for Web Development in 2020

53
Comments
8 min read
Red Dog for Dev Episode One!

Red Dog for Dev Episode One!

3
Comments
2 min read
Everything you need to know about kotlin coroutines

Everything you need to know about kotlin coroutines

25
Comments
13 min read
Checking for vulnerabilities on your Java projects

Checking for vulnerabilities on your Java projects

7
Comments
2 min read
How to Integrate LambdaTest with Calliope.pro?

How to Integrate LambdaTest with Calliope.pro?

6
Comments
13 min read
Introduction to nested classes in Java

Introduction to nested classes in Java

14
Comments
6 min read
loading...