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.
5 tried and true techniques to prepare for a coding interview

5 tried and true techniques to prepare for a coding interview

77
Comments
7 min read
Clean Code of Lambda Usages in Java 8

Clean Code of Lambda Usages in Java 8

9
Comments
3 min read
21 Best IntelliJ Plugins for 2019 (100% Free)

21 Best IntelliJ Plugins for 2019 (100% Free)

11
Comments
10 min read
Single Responsibility Principle

Single Responsibility Principle

10
Comments 1
2 min read
Exploring NLP concepts using Apache OpenNLP

Exploring NLP concepts using Apache OpenNLP

7
Comments 1
12 min read
mvn clean install - a short guide to Maven

mvn clean install - a short guide to Maven

21
Comments
8 min read
Reactive Spring Boot Restful Web Service + Google Books API

Reactive Spring Boot Restful Web Service + Google Books API

9
Comments
4 min read
Inheritance and Polymorphism

Inheritance and Polymorphism

14
Comments
3 min read
Selenium Java Tutorial: Automation Testing Of User Signup Form

Selenium Java Tutorial: Automation Testing Of User Signup Form

8
Comments
26 min read
Export Lotus Notes (.NSF) messages with Aspose.Email

Export Lotus Notes (.NSF) messages with Aspose.Email

6
Comments 1
5 min read
Metabase 500 internal server error

Metabase 500 internal server error

6
Comments
1 min read
HOW TO PREVENT ACTIVITY FROM RESTARTING WHEN PHONE IS ROTATED

HOW TO PREVENT ACTIVITY FROM RESTARTING WHEN PHONE IS ROTATED

6
Comments
1 min read
The DRY Principle Reexamined

The DRY Principle Reexamined

6
Comments 2
3 min read
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

29
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

145
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
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 (German)

Java vs Python (German)

5
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?

682
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)

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

JUnit 4 & 5 Annotations Every Developer Should Know

17
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
Effective Java —chapters 2 to 5

Effective Java —chapters 2 to 5

19
Comments
24 min read
Preparing for Associate Android Developer Certification Exam

Preparing for Associate Android Developer Certification Exam

6
Comments
1 min read
Effective Java —Chapters 10 to 12

Effective Java —Chapters 10 to 12

12
Comments
14 min read
loading...