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.
Have you encountered a variable named "clazz" in Java before? 👀

Have you encountered a variable named "clazz" in Java before? 👀

1
Comments
1 min read
How to find intersection of two singly linked lists in a simple and optimal way in java

How to find intersection of two singly linked lists in a simple and optimal way in java

Comments
3 min read
JDK Setup On Linux, Windows, Mac

JDK Setup On Linux, Windows, Mac

1
Comments
4 min read
How to Measure Code Coverage in a Running Java Application Using JaCoCo

How to Measure Code Coverage in a Running Java Application Using JaCoCo

5
Comments
4 min read
What is the CORS ?

What is the CORS ?

Comments
3 min read
Securely Connecting Azure Container Apps to Azure OpenAI Using User Managed Identity

Securely Connecting Azure Container Apps to Azure OpenAI Using User Managed Identity

7
Comments
17 min read
Introducing Omni4J: Secure your Java code

Introducing Omni4J: Secure your Java code

Comments
2 min read
How to secure a single REST API resource with multiple scopes using Keycloak

How to secure a single REST API resource with multiple scopes using Keycloak

3
Comments
6 min read
Inversion of Control in Spring Framework

Inversion of Control in Spring Framework

Comments
4 min read
Guide to REST API Design and Naming Conventions

Guide to REST API Design and Naming Conventions

1
Comments
4 min read
Spring Boot RestTemplate postForEntity method

Spring Boot RestTemplate postForEntity method

5
Comments
2 min read
Merge two sorted linked lists in java simple and optimal way

Merge two sorted linked lists in java simple and optimal way

Comments
3 min read
50 Java Interview Questions Answers for Practice

50 Java Interview Questions Answers for Practice

1
Comments
10 min read
How to reverse a linked list in simple and optimal way in java

How to reverse a linked list in simple and optimal way in java

Comments
2 min read
Freeware: Java Utility Package (Version 2024.08.12) released

Freeware: Java Utility Package (Version 2024.08.12) released

Comments
1 min read
Collections.reverseOrder() method in Java

Collections.reverseOrder() method in Java

5
Comments
2 min read
Collections.min() method in Java

Collections.min() method in Java

5
Comments
2 min read
Maven Made Simple: Building Java Projects with Ease

Maven Made Simple: Building Java Projects with Ease

27
Comments 4
8 min read
Mediator

Mediator

Comments
2 min read
Chain of responsibility

Chain of responsibility

Comments
2 min read
Minimum window substring

Minimum window substring

Comments
2 min read
Why is 1 == 1 is true but 1000 == 1000 is false When dealing with Wrapper Classes in Java?

Why is 1 == 1 is true but 1000 == 1000 is false When dealing with Wrapper Classes in Java?

37
Comments 2
2 min read
Mastering Data Routing in Apache Camel: Leveraging the Splitter Pattern

Mastering Data Routing in Apache Camel: Leveraging the Splitter Pattern

3
Comments
7 min read
Transform Your Java Code: Unlock the Power of Immutability with Lombok in Just Minutes!

Transform Your Java Code: Unlock the Power of Immutability with Lombok in Just Minutes!

5
Comments
4 min read
Deploy Simple Java Application using Docker Compose.

Deploy Simple Java Application using Docker Compose.

4
Comments
4 min read
loading...