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.
Striver's SDE Sheet Journey - #6 Stock Buy And Sell

Striver's SDE Sheet Journey - #6 Stock Buy And Sell

6
Comments
2 min read
What is Log4j Vulnerability and how dangerous is it

What is Log4j Vulnerability and how dangerous is it

2
Comments
3 min read
Still Deep in Type Hierarchy Hell Code, Building DDTJ - Day 5

Still Deep in Type Hierarchy Hell Code, Building DDTJ - Day 5

4
Comments
5 min read
Using AWS SDK V2 for Java to read DynamoDB cross-account

Using AWS SDK V2 for Java to read DynamoDB cross-account

4
Comments
4 min read
Unit and Integration test Spring Boot applications with Spring Testing and JUnit

Unit and Integration test Spring Boot applications with Spring Testing and JUnit

14
Comments
1 min read
The state of pattern matching in Java 17

The state of pattern matching in Java 17

8
Comments
11 min read
Python vs Java: Which is Best Language for 2022

Python vs Java: Which is Best Language for 2022

14
Comments 3
4 min read
End to end Debug Object Modeling. First hard problem in Building DDTJ - Day 4

End to end Debug Object Modeling. First hard problem in Building DDTJ - Day 4

6
Comments
5 min read
Striver's SDE Sheet Journey - #5 Sort an array of 0s, 1s and 2s

Striver's SDE Sheet Journey - #5 Sort an array of 0s, 1s and 2s

5
Comments
3 min read
IntelliJ Hacks: Copy paste history and plain text paste

IntelliJ Hacks: Copy paste history and plain text paste

2
Comments 1
1 min read
High Level Programming Language 0-60

High Level Programming Language 0-60

3
Comments 3
4 min read
Code Coverage, Java Debugger API and Full Integration in Building DDJT - Day 3

Code Coverage, Java Debugger API and Full Integration in Building DDJT - Day 3

6
Comments
8 min read
What does "static" mean in Java?

What does "static" mean in Java?

4
Comments
5 min read
Add Two Numbers Represented by Linked Lists

Add Two Numbers Represented by Linked Lists

4
Comments 1
3 min read
Why Pick Kotlin Over Java for Your Android App Development?

Why Pick Kotlin Over Java for Your Android App Development?

4
Comments 2
4 min read
Log4j Exploit Pattern Detection Using ColdFusion/CFML

Log4j Exploit Pattern Detection Using ColdFusion/CFML

2
Comments
1 min read
Which programming language should you learn in 2022 to remain relevant and also increase your revenue.

Which programming language should you learn in 2022 to remain relevant and also increase your revenue.

47
Comments 27
3 min read
Optional: Handling NullPointer Graciously

Optional: Handling NullPointer Graciously

8
Comments
9 min read
Striver's SDE Sheet Journey - #4 Kadane's Algorithm

Striver's SDE Sheet Journey - #4 Kadane's Algorithm

7
Comments 2
3 min read
Log4j Vulnerability

Log4j Vulnerability

2
Comments
3 min read
Scaffolding Spring Boot, Freemarker and JDI - Building DDTJ, Day 2

Scaffolding Spring Boot, Freemarker and JDI - Building DDTJ, Day 2

6
Comments
8 min read
Apache Camel🦒: How to write First Route.

Apache Camel🦒: How to write First Route.

9
Comments
2 min read
The human toll of log4j maintenance

The human toll of log4j maintenance

96
Comments 26
5 min read
How to Check if a Java Project Depends on A Vulnerable Version of Log4j

How to Check if a Java Project Depends on A Vulnerable Version of Log4j

8
Comments
5 min read
Migrating off of Log4j 2.x

Migrating off of Log4j 2.x

4
Comments 2
5 min read
The Core Java roadmap

The Core Java roadmap

20
Comments 1
3 min read
Log4j vulnerability

Log4j vulnerability

4
Comments 2
9 min read
What the heck is the Spring IoC container?!?!

What the heck is the Spring IoC container?!?!

8
Comments
4 min read
Github CI Integration

Github CI Integration

2
Comments
2 min read
Is the MariaDB JDBC driver affected by the Log4j vulnerability?

Is the MariaDB JDBC driver affected by the Log4j vulnerability?

5
Comments
3 min read
Leet Code - Remove Duplicates from Sorted Array

Leet Code - Remove Duplicates from Sorted Array

4
Comments
2 min read
Minitutorial Android Studio: Enviar correo electrónico

Minitutorial Android Studio: Enviar correo electrónico

4
Comments
7 min read
Striver's SDE Sheet Journey - #3 Next Permutation

Striver's SDE Sheet Journey - #3 Next Permutation

5
Comments
2 min read
In Defense of Clean Code: 100+ pieces of timeless advice from Uncle Bob

In Defense of Clean Code: 100+ pieces of timeless advice from Uncle Bob

927
Comments 38
10 min read
Quickly read file or any url in Scala/Java

Quickly read file or any url in Scala/Java

2
Comments
1 min read
The Spring illness to Java developers

The Spring illness to Java developers

7
Comments 4
2 min read
Develop Spring boot REST API in AWS - PART 4/4 (CodePipeline / CI CD)

Develop Spring boot REST API in AWS - PART 4/4 (CodePipeline / CI CD)

3
Comments
1 min read
Running Java Microservices in Docker

Running Java Microservices in Docker

4
Comments 2
2 min read
How we built Spring PetClinic 100% in Java

How we built Spring PetClinic 100% in Java

9
Comments
3 min read
Can't cache this 🎶

Can't cache this 🎶

6
Comments
10 min read
Spring Boot + JPA — Clear Tests

Spring Boot + JPA — Clear Tests

48
Comments
12 min read
Linked List Popular problems

Linked List Popular problems

4
Comments
4 min read
Chain of Responsibility Pattern | Design Patterns in Java

Chain of Responsibility Pattern | Design Patterns in Java

3
Comments
1 min read
log4shell の JAR 検査ツール

log4shell の JAR 検査ツール

3
Comments
1 min read
Update dependencies safely - with a delay on newly published versions

Update dependencies safely - with a delay on newly published versions

9
Comments 2
3 min read
OSS Log4j Vulnerability Scanning Tools

OSS Log4j Vulnerability Scanning Tools

3
Comments
2 min read
Effective Java: Don't Depend on the Thread Scheduler

Effective Java: Don't Depend on the Thread Scheduler

2
Comments
3 min read
Java 的迴圈控制

Java 的迴圈控制

3
Comments
1 min read
Verify an application has picked up a java property

Verify an application has picked up a java property

4
Comments
1 min read
Spring Boot Login example

Spring Boot Login example

29
Comments 2
7 min read
New Log4j vulnerability was found in 2.15.0 which is less dangerous

New Log4j vulnerability was found in 2.15.0 which is less dangerous

4
Comments
2 min read
The Fallout From log4j and What We Can Learn From It

The Fallout From log4j and What We Can Learn From It

6
Comments
7 min read
Striver's SDE Sheet Journey - #2 Pascal's Triangle

Striver's SDE Sheet Journey - #2 Pascal's Triangle

4
Comments
5 min read
Massive Log4j Java vulnerability: What it is & how to fix it?

Massive Log4j Java vulnerability: What it is & how to fix it?

91
Comments 14
3 min read
Bytecode Transformations: The Android Gradle Plugin

Bytecode Transformations: The Android Gradle Plugin

5
Comments
8 min read
Measuring time and durations in Kotlin

Measuring time and durations in Kotlin

4
Comments 1
5 min read
Android Studio: almacenar foto en el dispositivo

Android Studio: almacenar foto en el dispositivo

6
Comments
3 min read
Log4j Vulnerability Cheatsheet

Log4j Vulnerability Cheatsheet

8
Comments
2 min read
A classe Boolean do Java

A classe Boolean do Java

7
Comments 2
3 min read
GraphQL with Spring Boot

GraphQL with Spring Boot

7
Comments 3
6 min read
loading...