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.
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
Optimise your String Algorithms in Java

Optimise your String Algorithms in Java

6
Comments 3
4 min read
TIL: Java SpringBoot vs. Asp.Net REST API performance

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

12
Comments 1
5 min read
Overview of Garbage Collector(GC)

Overview of Garbage Collector(GC)

12
Comments 2
4 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
List Fragments

List Fragments

1
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

3
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
Inheritance vs Composition in JPA

Inheritance vs Composition in JPA

1
Comments
4 min read
How to Use MQTT in Java

How to Use MQTT in Java

4
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()

7
Comments 1
4 min read
Multi threading

Multi threading

5
Comments
5 min read
Calculate the Volume of a Cube in Java

Calculate the Volume of a Cube in Java

1
Comments 1
2 min read
Using a Switch for Days of the Week

Using a Switch for Days of the Week

2
Comments
2 min read
Java Input and Arithmetic

Java Input and Arithmetic

1
Comments
2 min read
在 Java 中以 2 進位字串印出整數

在 Java 中以 2 進位字串印出整數

3
Comments
1 min read
Java 的 & 也可以當邏輯運算器

Java 的 & 也可以當邏輯運算器

3
Comments
1 min read
04. Azure Functions For Java Devs

04. Azure Functions For Java Devs

1
Comments
8 min read
Enhanced Switch Statement in Java

Enhanced Switch Statement in Java

12
Comments 1
1 min read
Hystrix

Hystrix

3
Comments
3 min read
What Is Switch Statement

What Is Switch Statement

5
Comments
2 min read
Event sourcing+CQRS с помощью Spring.

Event sourcing+CQRS с помощью Spring.

3
Comments 1
6 min read
Common technical decisions you will make when building a SaaS product from scratch.

Common technical decisions you will make when building a SaaS product from scratch.

8
Comments
2 min read
Spring Boot Feature Flag

Spring Boot Feature Flag

Comments
1 min read
Automating Java Application Deployment Across Multiple Cloud Regions

Automating Java Application Deployment Across Multiple Cloud Regions

3
Comments
5 min read
Code Smell 161 - Abstract/Final/Undefined Classes

Code Smell 161 - Abstract/Final/Undefined Classes

3
Comments
2 min read
The 3 Types of Loops in Java

The 3 Types of Loops in Java

8
Comments
3 min read
Java i18n (Internationalization) and Localization Tutorial

Java i18n (Internationalization) and Localization Tutorial

4
Comments
11 min read
🚚 SMS batch sending with csv input

🚚 SMS batch sending with csv input

5
Comments 3
1 min read
Applying an action to a JavaPairRDD

Applying an action to a JavaPairRDD

4
Comments
3 min read
Scenario-Based Subscription Gives Users Key Insight on Health and Fitness

Scenario-Based Subscription Gives Users Key Insight on Health and Fitness

4
Comments
5 min read
Java - Insert or Read WordArt in Word Documents

Java - Insert or Read WordArt in Word Documents

3
Comments
3 min read
Compilar una aplicación Java 7 en un pipeline

Compilar una aplicación Java 7 en un pipeline

3
Comments
2 min read
Hello Dev.to!

Hello Dev.to!

1
Comments
6 min read
Export Meetup.com Events to a Github Pages Jekyll site

Export Meetup.com Events to a Github Pages Jekyll site

Comments
4 min read
Getting Start With GraphQL in Java

Getting Start With GraphQL in Java

2
Comments
3 min read
[Dica rápida de CDI] - Observando o início

[Dica rápida de CDI] - Observando o início

1
Comments
1 min read
Heroku is not free anymore, so I'll teach you how to deploy your Spring Boot services to Render.com with Maven and Docker.

Heroku is not free anymore, so I'll teach you how to deploy your Spring Boot services to Render.com with Maven and Docker.

12
Comments
3 min read
Distributed Caching with Redis and SpringBoot

Distributed Caching with Redis and SpringBoot

4
Comments
1 min read
Java Efetivo Essencial - toString()

Java Efetivo Essencial - toString()

6
Comments
2 min read
Bulkhead pattern: semaphore vs threadPool

Bulkhead pattern: semaphore vs threadPool

Comments
3 min read
Migrating Monoliths to Microservices in Practice

Migrating Monoliths to Microservices in Practice

15
Comments
7 min read
Correlation - The Hard Way in JMeter

Correlation - The Hard Way in JMeter

8
Comments
6 min read
How to set default value to query param in jax-rs

How to set default value to query param in jax-rs

3
Comments
1 min read
How to unmarshall xml string to java object with JAXB

How to unmarshall xml string to java object with JAXB

5
Comments
1 min read
How to execute delete statements with jpa query

How to execute delete statements with jpa query

3
Comments
1 min read
loading...