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.
When Breakpoints don't Break

When Breakpoints don't Break

9
Comments 1
5 min read
Divide By Zero

Divide By Zero

Comments
2 min read
How to use Java DTOs to stay secure

How to use Java DTOs to stay secure

2
Comments
6 min read
Java Pattern Problem

Java Pattern Problem

3
Comments
9 min read
Building an Event Ticketing App with Quarkus & ButterCMS

Building an Event Ticketing App with Quarkus & ButterCMS

1
Comments
1 min read
Handler - why small implementation is good?

Handler - why small implementation is good?

Comments
3 min read
Refactoring Was Totally Worth It

Refactoring Was Totally Worth It

Comments
3 min read
Clean Architecture: some architectural patterns explained

Clean Architecture: some architectural patterns explained

3
Comments
5 min read
CSV Generation From Large JSON Response in Spring

CSV Generation From Large JSON Response in Spring

7
Comments
7 min read
Spring @Autowired tricks

Spring @Autowired tricks

3
Comments
2 min read
Binary trees, a coding interview must-know

Binary trees, a coding interview must-know

3
Comments
6 min read
How a Hacker Stole $566M USD Exploiting a Code Smell

How a Hacker Stole $566M USD Exploiting a Code Smell

71
Comments
4 min read
Composition over Inheritance

Composition over Inheritance

2
Comments
3 min read
Custom Method in Java Record Class

Custom Method in Java Record Class

5
Comments
3 min read
Java - Convert Excel Cell Value from Text to Number or Number to Text

Java - Convert Excel Cell Value from Text to Number or Number to Text

1
Comments
3 min read
3 CLI Tools Every Java Developer Must Learn

3 CLI Tools Every Java Developer Must Learn

5
Comments
1 min read
Consume Large JSON Response in Spring

Consume Large JSON Response in Spring

9
Comments
5 min read
How to Build Java Applications Today #68

How to Build Java Applications Today #68

3
Comments
9 min read
Streaming Large JSON Response in Spring.

Streaming Large JSON Response in Spring.

30
Comments 4
8 min read
Java 19 and the new Virtual Threads

Java 19 and the new Virtual Threads

6
Comments
2 min read
How to access projects in multimodule Gradle project?

How to access projects in multimodule Gradle project?

Comments
2 min read
How to implement a hash table in Java (Part 1)

How to implement a hash table in Java (Part 1)

8
Comments
11 min read
Code evaluation as a debugging tool

Code evaluation as a debugging tool

4
Comments
3 min read
Code Smell 167 - Hashing Comparison

Code Smell 167 - Hashing Comparison

4
Comments 1
2 min read
Programming chose me

Programming chose me

5
Comments 2
1 min read
Reflection API feature in Java – Overview

Reflection API feature in Java – Overview

4
Comments
3 min read
Exploring object-oriented programming concepts with Java

Exploring object-oriented programming concepts with Java

4
Comments
11 min read
When I'm using JMH

When I'm using JMH

3
Comments
8 min read
Why Unit Tests Will Save You a Lot of Time

Why Unit Tests Will Save You a Lot of Time

13
Comments
3 min read
談 Java Object 類別中 3 個讓你覆寫的方法

談 Java Object 類別中 3 個讓你覆寫的方法

1
Comments
3 min read
react native firebase fcm (firebase messaging cloud) + java spring boot: how to push notification

react native firebase fcm (firebase messaging cloud) + java spring boot: how to push notification

1
Comments
1 min read
Define workflows with Java DSL

Define workflows with Java DSL

8
Comments
2 min read
Jetpack compose: Cool Button Click Effects

Jetpack compose: Cool Button Click Effects

4
Comments
1 min read
Inheritance & Method Overriding - [Java OOP #4]

Inheritance & Method Overriding - [Java OOP #4]

2
Comments
2 min read
REST API Best Practice for Developers.

REST API Best Practice for Developers.

6
Comments
4 min read
How to Use the Maven Shade Plugin if Your Project Uses Java Platform Module System

How to Use the Maven Shade Plugin if Your Project Uses Java Platform Module System

13
Comments
3 min read
Object level permissions with Hibernate Reactive and Vertx

Object level permissions with Hibernate Reactive and Vertx

3
Comments
1 min read
In One Minute : JUnit

In One Minute : JUnit

4
Comments
1 min read
Why use Spring Constructor Dependency Injection instead of @Autowired

Why use Spring Constructor Dependency Injection instead of @Autowired

1
Comments
3 min read
Quarkus fundamentals

Quarkus fundamentals

17
Comments 1
15 min read
Join Hacktoberfest 2022 and contribute to QuestDB!

Join Hacktoberfest 2022 and contribute to QuestDB!

3
Comments
3 min read
Camunda's Hacktoberfest 2022

Camunda's Hacktoberfest 2022

7
Comments
1 min read
🛍️ Partenaires Mobilis : API, appli responsive 💻📱 & Open Data 🙀

🛍️ Partenaires Mobilis : API, appli responsive 💻📱 & Open Data 🙀

2
Comments 1
2 min read
Playwright with Cucumber/JUnit 5 - JUnit 5 test suite and maven clean install

Playwright with Cucumber/JUnit 5 - JUnit 5 test suite and maven clean install

3
Comments 4
2 min read
Java Efetivo Essencial - Acessibilidade de Classes e Membros

Java Efetivo Essencial - Acessibilidade de Classes e Membros

5
Comments
2 min read
How to create SBOMs for free

How to create SBOMs for free

4
Comments
3 min read
Using Java Beans in a composed UI

Using Java Beans in a composed UI

1
Comments
5 min read
Playwright with Cucumber/JUnit 5 - Step Definition

Playwright with Cucumber/JUnit 5 - Step Definition

2
Comments 2
2 min read
Playwright with Cucumber/JUnit 5 - Feature File

Playwright with Cucumber/JUnit 5 - Feature File

2
Comments
2 min read
Playwright with Cucumber/JUnit 5 - Page Object

Playwright with Cucumber/JUnit 5 - Page Object

Comments
2 min read
Playwright with Cucumber/JUnit 5 - Dependency Injection with PicoContainer

Playwright with Cucumber/JUnit 5 - Dependency Injection with PicoContainer

Comments
1 min read
Playwright with Cucumber/JUnit 5 - @BeforeAll @AfterAll @Before @After

Playwright with Cucumber/JUnit 5 - @BeforeAll @AfterAll @Before @After

Comments
1 min read
Playwright with Cucumber/JUnit 5 - Maven setup with pom.xml

Playwright with Cucumber/JUnit 5 - Maven setup with pom.xml

2
Comments
3 min read
Playwright with Cucumber/JUnit 5 - Intro

Playwright with Cucumber/JUnit 5 - Intro

5
Comments
2 min read
OOP fundamentals: what is a Class? The Talking Dog example

OOP fundamentals: what is a Class? The Talking Dog example

1
Comments
3 min read
Introduction to Record Class in Java

Introduction to Record Class in Java

7
Comments 2
3 min read
Chain of Responsibility Pattern in Spring Application

Chain of Responsibility Pattern in Spring Application

24
Comments 2
8 min read
A importância dos logs na sua aplicação

A importância dos logs na sua aplicação

1
Comments
4 min read
Um projeto Spring Boot - P4

Um projeto Spring Boot - P4

2
Comments
3 min read
Um projeto Spring Boot - P3

Um projeto Spring Boot - P3

2
Comments
2 min read
loading...