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.
Safe Domain Objects with MapStruct and Immutables

Safe Domain Objects with MapStruct and Immutables

3
Comments 1
7 min read
JAVA: OOP (Encapsulation)

JAVA: OOP (Encapsulation)

9
Comments
4 min read
Hey @AWSAmplify, Is this food?

Hey @AWSAmplify, Is this food?

16
Comments 2
9 min read
Avoiding NullPointerException

Avoiding NullPointerException

13
Comments
5 min read
JAVA: OOP (Abstraction)

JAVA: OOP (Abstraction)

12
Comments
6 min read
Using Java inner classes for Jackson serialization

Using Java inner classes for Jackson serialization

6
Comments
2 min read
Environment Variables In Spring Boot Application

Environment Variables In Spring Boot Application

2
Comments
2 min read
Top 10 Most Common Java Vulnerabilities You Need to Prevent

Top 10 Most Common Java Vulnerabilities You Need to Prevent

4
Comments
8 min read
Making applications created with old Java versions work on Java 9 and later versions

Making applications created with old Java versions work on Java 9 and later versions

2
Comments
2 min read
MongoDB $weeklyUpdate #15: We want YOU to speak at MongoDB.live 2021!

MongoDB $weeklyUpdate #15: We want YOU to speak at MongoDB.live 2021!

24
Comments
6 min read
JAVA: OOP (Polymorphism)

JAVA: OOP (Polymorphism)

9
Comments 1
4 min read
Aggregation in java

Aggregation in java

2
Comments
1 min read
Learning Java as Your First Language: For and Against

Learning Java as Your First Language: For and Against

5
Comments 1
6 min read
How to learn js easily

How to learn js easily

2
Comments 3
1 min read
Functional way of adding retry logic to a java method

Functional way of adding retry logic to a java method

12
Comments
2 min read
Installation of Apache Tomcat for OOP with Tecla

Installation of Apache Tomcat for OOP with Tecla

2
Comments
3 min read
5. If-then block in JAVA

5. If-then block in JAVA

5
Comments
1 min read
From Java 8 to Java 15 in Ten Minutes

From Java 8 to Java 15 in Ten Minutes

131
Comments 14
9 min read
A dirty hack to ease the usage of Log4J2 in Spring Boot

A dirty hack to ease the usage of Log4J2 in Spring Boot

9
Comments
4 min read
Hide and Keep your API key out of GitHub repository

Hide and Keep your API key out of GitHub repository

6
Comments
2 min read
How Java Has Advanced In The Past 6 Years (From Java 8 to Java 15)

How Java Has Advanced In The Past 6 Years (From Java 8 to Java 15)

75
Comments 2
18 min read
Easy Java desktop UI with JavaFX and gluon scene builder

Easy Java desktop UI with JavaFX and gluon scene builder

7
Comments 1
3 min read
Effective Java! Return Empty Collections or Arrays, Not Nulls

Effective Java! Return Empty Collections or Arrays, Not Nulls

7
Comments
2 min read
Understanding Jakarta EE 8 - C.D.I. (Part 2) - Qualifying your beans.

Understanding Jakarta EE 8 - C.D.I. (Part 2) - Qualifying your beans.

8
Comments
4 min read
JAVA: OOP (Inheritance)

JAVA: OOP (Inheritance)

7
Comments 4
4 min read
10 Books Every Java Developer Must Read

10 Books Every Java Developer Must Read

5
Comments
4 min read
New Java learning path on Microsoft Learn

New Java learning path on Microsoft Learn

56
Comments 4
3 min read
What languages are most commonly used for GUI development?

What languages are most commonly used for GUI development?

6
Comments 2
1 min read
How to manage your configuration file with YAML in Java programmatically

How to manage your configuration file with YAML in Java programmatically

11
Comments 5
4 min read
Software Architecture

Software Architecture

628
Comments 12
10 min read
From Swing to Compose Desktop #6

From Swing to Compose Desktop #6

5
Comments
2 min read
JAVA: OOP in brief

JAVA: OOP in brief

6
Comments 4
2 min read
Writing key values from Java to Consul

Writing key values from Java to Consul

2
Comments
1 min read
Implementing Selection Sort in Java

Implementing Selection Sort in Java

6
Comments
6 min read
Java 16 - Open with Power

Java 16 - Open with Power

4
Comments
1 min read
Invoking and handling privates and all other methods of an object with and without the use of Reflection in Java

Invoking and handling privates and all other methods of an object with and without the use of Reflection in Java

2
Comments
2 min read
Improving A Personal Programming Process Using Sensei

Improving A Personal Programming Process Using Sensei

2
Comments
5 min read
Finally Native Reactive JDBC Driver for Oracle Database

Finally Native Reactive JDBC Driver for Oracle Database

5
Comments
1 min read
My first open source library

My first open source library

18
Comments 1
1 min read
How to implement to select specified ratio using Random function in Real-Time

How to implement to select specified ratio using Random function in Real-Time

9
Comments
2 min read
Spring Boot Custom Components

Spring Boot Custom Components

8
Comments
8 min read
Generics PECS - [OOP & Java #11]

Generics PECS - [OOP & Java #11]

5
Comments 1
3 min read
How to put your Java application into Docker container

How to put your Java application into Docker container

30
Comments 9
9 min read
Implementing Singly Linked Lists in Java

Implementing Singly Linked Lists in Java

7
Comments
8 min read
Compressed GraalVM Native Images: the best startup for Java apps comes in tiny packages

Compressed GraalVM Native Images: the best startup for Java apps comes in tiny packages

2
Comments
1 min read
when trying to deploy my spring application this error message rises:

when trying to deploy my spring application this error message rises:

4
Comments 1
3 min read
The weird substring quirk

The weird substring quirk

4
Comments
2 min read
11 Spring Boot Interview Questions That Make You Think

11 Spring Boot Interview Questions That Make You Think

44
Comments 13
7 min read
Best Community For Programming

Best Community For Programming

10
Comments
1 min read
JAVA: theory of Operators, Precedence & Associativity

JAVA: theory of Operators, Precedence & Associativity

9
Comments 1
3 min read
JAVA: Increment, Decrement operator

JAVA: Increment, Decrement operator

2
Comments
2 min read
Complex SQL programming in Java

Complex SQL programming in Java

7
Comments
1 min read
How to scan the file system in Java

How to scan the file system in Java

6
Comments
2 min read
Remove Blank Lines in Word Document in Java

Remove Blank Lines in Word Document in Java

5
Comments
2 min read
JAVA: Basics on JDK, JRE, JVM, IDE, Platform independence?

JAVA: Basics on JDK, JRE, JVM, IDE, Platform independence?

5
Comments
2 min read
Java Wildcards Introduction

Java Wildcards Introduction

7
Comments
3 min read
Build a Reddit Clone using Spring Boot and Angular

Build a Reddit Clone using Spring Boot and Angular

8
Comments 1
1 min read
Executing stringified source code in Java

Executing stringified source code in Java

3
Comments
4 min read
Generating classes at runtime and invoking their methods with and without the use of Reflection in Java

Generating classes at runtime and invoking their methods with and without the use of Reflection in Java

9
Comments
3 min read
A fast and flexible way to scan the class paths in Java

A fast and flexible way to scan the class paths in Java

5
Comments
5 min read
loading...