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.
Kubernetes Microservices on Azure with Cosmos DB

Kubernetes Microservices on Azure with Cosmos DB

11
Comments 1
26 min read
Programadores Java irão dominar o mundo? Ou estão a beira da extinção?

Programadores Java irão dominar o mundo? Ou estão a beira da extinção?

6
Comments 4
1 min read
Day 10 - How is abstraction achieved in java?

Day 10 - How is abstraction achieved in java?

6
Comments
1 min read
JNoSQL CriteriaQuery API preview

JNoSQL CriteriaQuery API preview

10
Comments
2 min read
JVM. Garbage Collector

JVM. Garbage Collector

7
Comments
18 min read
How to Sort an Array of 0s, 1s, and 2s in Java

How to Sort an Array of 0s, 1s, and 2s in Java

7
Comments
2 min read
Remote Debugging and Developer Observability

Remote Debugging and Developer Observability

14
Comments
8 min read
Java runtime management automation with SDKMAN! .sdkmanrc

Java runtime management automation with SDKMAN! .sdkmanrc

5
Comments 1
1 min read
The beauty of currying

The beauty of currying

10
Comments
5 min read
Configurando Visual Studio Code para desenvolvimento Java.

Configurando Visual Studio Code para desenvolvimento Java.

9
Comments
2 min read
Implement Language Detection — Thought and Practice

Implement Language Detection — Thought and Practice

6
Comments
4 min read
How to Plan Routes to Nearby Places in an App?

How to Plan Routes to Nearby Places in an App?

8
Comments
5 min read
How to Monitor Health and Fitness Data During Home Workouts

How to Monitor Health and Fitness Data During Home Workouts

6
Comments
6 min read
Jackson JSON parsing top-level map into records

Jackson JSON parsing top-level map into records

6
Comments
1 min read
Data and Graphql..

Data and Graphql..

6
Comments 1
6 min read
SDKMAN! for dummies

SDKMAN! for dummies

7
Comments 2
1 min read
Java for web frontend developers, part 1 : generating a simple project

Java for web frontend developers, part 1 : generating a simple project

12
Comments
4 min read
Binary Search

Binary Search

6
Comments 2
2 min read
LeetCode : Jewels and Stones With Solutions

LeetCode : Jewels and Stones With Solutions

9
Comments
1 min read
Java DockerSandbox Library

Java DockerSandbox Library

6
Comments
4 min read
My experience with JavaScript as a Java Programmer

My experience with JavaScript as a Java Programmer

2
Comments 2
4 min read
Writing csv file with OpenCsv without capitalized headers and follows declaration order

Writing csv file with OpenCsv without capitalized headers and follows declaration order

12
Comments 3
2 min read
Recursive Algorithm

Recursive Algorithm

5
Comments
1 min read
A Simple Introduction To Java - Object Oriented Programming - Part 3 (Polymorphism)

A Simple Introduction To Java - Object Oriented Programming - Part 3 (Polymorphism)

4
Comments
4 min read
OSS contributions in real life: Finbourne example, part 1

OSS contributions in real life: Finbourne example, part 1

9
Comments
2 min read
How to setup Java on Apple Mac M1 Pro

How to setup Java on Apple Mac M1 Pro

10
Comments 1
1 min read
How to Easily Deploy a Spring Boot Application on AWS Fargate

How to Easily Deploy a Spring Boot Application on AWS Fargate

16
Comments
5 min read
How to solve rounding error in Java, Python ?

How to solve rounding error in Java, Python ?

5
Comments
1 min read
How to use custom font in java swing....

How to use custom font in java swing....

8
Comments
1 min read
LeetCode : Maximum 69 Number with Solutions

LeetCode : Maximum 69 Number with Solutions

9
Comments
2 min read
Qual a diferença entre a inversão e a injeção de dependências?

Qual a diferença entre a inversão e a injeção de dependências?

19
Comments 1
7 min read
How to secure Spring boot REST API endpoints with Amazon Cognito

How to secure Spring boot REST API endpoints with Amazon Cognito

27
Comments 1
5 min read
A Detailed Guide On Selenium With Java [Tutorial]

A Detailed Guide On Selenium With Java [Tutorial]

6
Comments
27 min read
Kotlin Object Mapping - Pros & Cons

Kotlin Object Mapping - Pros & Cons

25
Comments
5 min read
The optimal approach to find the nth Fibonacci number using recursion in Java

The optimal approach to find the nth Fibonacci number using recursion in Java

5
Comments 2
2 min read
0 to Advance of Java, Python & C, C++ : Part 1

0 to Advance of Java, Python & C, C++ : Part 1

5
Comments
3 min read
Lazy/Eager - Carregamento de Entidades utilizando JPA com SpringBoot

Lazy/Eager - Carregamento de Entidades utilizando JPA com SpringBoot

5
Comments
4 min read
Migrating a Project From Java 11 to Java 17: A Step-by-Step Guide for Developers

Migrating a Project From Java 11 to Java 17: A Step-by-Step Guide for Developers

58
Comments
7 min read
How to Rotate an Array in Java

How to Rotate an Array in Java

7
Comments
2 min read
How to implement sound waves in Android by using ZEGOCLOUD SDK

How to implement sound waves in Android by using ZEGOCLOUD SDK

9
Comments
5 min read
Use ScheduledExecutorService to implement delayed tasks — delayed video release

Use ScheduledExecutorService to implement delayed tasks — delayed video release

6
Comments
1 min read
Replace a JPA entity with a DTO

Replace a JPA entity with a DTO

10
Comments 2
4 min read
A simple example of a Fhir client in java

A simple example of a Fhir client in java

7
Comments
6 min read
Multithreading example with video play by JavaFx

Multithreading example with video play by JavaFx

10
Comments 3
3 min read
A Simple Introduction To Java - Object Oriented Programming - Part 2 (Inheritance)

A Simple Introduction To Java - Object Oriented Programming - Part 2 (Inheritance)

6
Comments 1
6 min read
🏁 Preparing for Spring Boot 3.0

🏁 Preparing for Spring Boot 3.0

3
Comments 4
3 min read
How to Implement App Icon Badges

How to Implement App Icon Badges

6
Comments
3 min read
Linear Search

Linear Search

4
Comments
2 min read
Clojure Tutorial Part 0 -- 環境構築 clojure tools と Temurin を入れる。

Clojure Tutorial Part 0 -- 環境構築 clojure tools と Temurin を入れる。

6
Comments
1 min read
Hibernate - @Formula

Hibernate - @Formula

11
Comments
1 min read
Spring AOP - Reusable Pointcut Expressions

Spring AOP - Reusable Pointcut Expressions

4
Comments
2 min read
Problem's faced in Dijkstra's Java Code || Leetcode

Problem's faced in Dijkstra's Java Code || Leetcode

6
Comments
1 min read
Prevent database concurrency with @Version JPA and Hibernate

Prevent database concurrency with @Version JPA and Hibernate

7
Comments 1
3 min read
Pitch me on Java

Pitch me on Java

42
Comments 67
1 min read
Building A Text Based Adventure Game with Java ⚔🗺

Building A Text Based Adventure Game with Java ⚔🗺

6
Comments
2 min read
Check out Spring Undo ↩️ v0.0.1!

Check out Spring Undo ↩️ v0.0.1!

6
Comments
2 min read
Code Smell 135 - Interfaces With just One Realization

Code Smell 135 - Interfaces With just One Realization

30
Comments 22
2 min read
Why Functional Programming?

Why Functional Programming?

8
Comments 1
7 min read
Get started with Spring Boot Application Development

Get started with Spring Boot Application Development

2
Comments
1 min read
ArrayList in Java 101

ArrayList in Java 101

6
Comments
3 min read
loading...