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.
Binary Insertion Sort

Binary Insertion Sort

2
Comments 2
3 min read
Extending and customizing auto-configuration classes provided by Spring Boot

Extending and customizing auto-configuration classes provided by Spring Boot

4
Comments
4 min read
How to pass Multiple Data Types from Angular to Spring RESTful web services

How to pass Multiple Data Types from Angular to Spring RESTful web services

7
Comments 1
2 min read
How to use BigDecimal in Java accurately

How to use BigDecimal in Java accurately

1
Comments
4 min read
Java Redis pub/sub example with Jedis

Java Redis pub/sub example with Jedis

1
Comments
5 min read
Java Efetivo Essencial - Comparable

Java Efetivo Essencial - Comparable

8
Comments
2 min read
Install OpenJDK (Free Java): Multi OS Guide

Install OpenJDK (Free Java): Multi OS Guide

Comments
4 min read
Lilo the stitching library for GraphQL

Lilo the stitching library for GraphQL

14
Comments 1
4 min read
Easy Way to Separate Java Backend and Vue Frontend

Easy Way to Separate Java Backend and Vue Frontend

20
Comments
11 min read
Simple Way to Print Array in Java

Simple Way to Print Array in Java

4
Comments
2 min read
Maven Resource Filtering: injecting POM' properties in your resources

Maven Resource Filtering: injecting POM' properties in your resources

14
Comments
4 min read
Reduzindo acoplamento no desenvolvimento de software

Reduzindo acoplamento no desenvolvimento de software

4
Comments
1 min read
Multiple Ways to Copy Array in Java Effectively

Multiple Ways to Copy Array in Java Effectively

16
Comments
7 min read
Algorithms Challenge (1) How to print out Fibonacci series in two lines code

Algorithms Challenge (1) How to print out Fibonacci series in two lines code

5
Comments 1
1 min read
Java - How to Apply or Remove Data Validation in Excel

Java - How to Apply or Remove Data Validation in Excel

4
Comments
4 min read
Error - Exception occurred during code generation for the WSDL

Error - Exception occurred during code generation for the WSDL

5
Comments 5
1 min read
Remote debugging of Java apps in Kubernetes

Remote debugging of Java apps in Kubernetes

43
Comments 1
3 min read
Great Time at JavaZone 2022

Great Time at JavaZone 2022

7
Comments 3
20 min read
CRUD Repository with Hibernate Reactive and Eclipse Vertx

CRUD Repository with Hibernate Reactive and Eclipse Vertx

4
Comments
1 min read
Java Convert PowerPoint to PDF

Java Convert PowerPoint to PDF

2
Comments 1
3 min read
Java OOP Concepts Cheat Sheet

Java OOP Concepts Cheat Sheet

6
Comments
1 min read
🔍 Validate New-Caledonia Phone Numbers from cli ⌨️

🔍 Validate New-Caledonia Phone Numbers from cli ⌨️

3
Comments 3
1 min read
Using Predicate from the Functional Interface Package in Java

Using Predicate from the Functional Interface Package in Java

Comments
4 min read
Realistic Avatar Creator: the real you in the Virtual World

Realistic Avatar Creator: the real you in the Virtual World

10
Comments
4 min read
Improve Performance with CompletableFuture in Java

Improve Performance with CompletableFuture in Java

4
Comments
2 min read
[PT-BR] Transformando listas com Java Stream API

[PT-BR] Transformando listas com Java Stream API

23
Comments
8 min read
Akka will no longer be Open Source

Akka will no longer be Open Source

11
Comments 7
1 min read
How to enable the new UI in Jetbrains products

How to enable the new UI in Jetbrains products

2
Comments
2 min read
To test or not to test, that is the question...

To test or not to test, that is the question...

8
Comments
2 min read
자바 17을 쓰도록 설득하는 방법

자바 17을 쓰도록 설득하는 방법

4
Comments
2 min read
Infrastructure as code (IaC) for Java-based apps on Azure

Infrastructure as code (IaC) for Java-based apps on Azure

11
Comments 1
10 min read
How to use maven to download jars for static project

How to use maven to download jars for static project

Comments
1 min read
Adding new JRE/JDK ubuntu

Adding new JRE/JDK ubuntu

4
Comments
1 min read
De l'art de trancher ses tests unitaires

De l'art de trancher ses tests unitaires

2
Comments
5 min read
How to Find The Frequency of Characters in a String or Array

How to Find The Frequency of Characters in a String or Array

5
Comments
2 min read
How to Merge Two Sorted Arrays

How to Merge Two Sorted Arrays

10
Comments 1
2 min read
Dijkstra's Algorithm & Why It Matters! Computer Networks

Dijkstra's Algorithm & Why It Matters! Computer Networks

4
Comments
10 min read
Overview of Garbage Collector(GC)

Overview of Garbage Collector(GC)

13
Comments 2
4 min read
TIL: Java SpringBoot vs. Asp.Net REST API performance

TIL: Java SpringBoot vs. Asp.Net REST API performance

13
Comments 1
5 min read
Strongly connected components in the graph

Strongly connected components in the graph

1
Comments
2 min read
Using Proxychains in JMeter

Using Proxychains in JMeter

20
Comments
8 min read
Feign Clients Are Cool

Feign Clients Are Cool

5
Comments
2 min read
List Fragments

List Fragments

2
Comments
3 min read
Object Mapping advanced features & QoL with Java

Object Mapping advanced features & QoL with Java

5
Comments
7 min read
📢 New feature release : get ALL domains 🙀

📢 New feature release : get ALL domains 🙀

Comments 1
1 min read
Technical Interview - Code #007 - LeetCode #606. Construct String from Binary Tree

Technical Interview - Code #007 - LeetCode #606. Construct String from Binary Tree

Comments
1 min read
How to manage dependencies between Gradle modules?

How to manage dependencies between Gradle modules?

13
Comments
2 min read
Getting an Activity and a Fragment to Interact

Getting an Activity and a Fragment to Interact

5
Comments
3 min read
Easy parallelism and multi-threading with Java’s CompletableFuture

Easy parallelism and multi-threading with Java’s CompletableFuture

7
Comments
6 min read
JPA One To One unidirectional Mapping example

JPA One To One unidirectional Mapping example

9
Comments
8 min read
Java Concurrency: Threads communication tutorial

Java Concurrency: Threads communication tutorial

3
Comments
4 min read
How to use JDownloader in headless mode and in remote server

How to use JDownloader in headless mode and in remote server

7
Comments
2 min read
A Java myth busted (or is it?)

A Java myth busted (or is it?)

3
Comments 1
4 min read
Technical sophistication series(1) – Introduction

Technical sophistication series(1) – Introduction

5
Comments
1 min read
Android Fragments

Android Fragments

1
Comments 1
2 min read
How To Create Avatar From Photo

How To Create Avatar From Photo

14
Comments
3 min read
How to Use MQTT in Java

How to Use MQTT in Java

8
Comments
5 min read
Use JDBC to connect TiDB Cloud through TLS

Use JDBC to connect TiDB Cloud through TLS

5
Comments 2
5 min read
Java Efetivo Essencial - clone()

Java Efetivo Essencial - clone()

8
Comments 1
4 min read
Multi threading

Multi threading

5
Comments
5 min read
loading...