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.
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

2
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
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

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

Inheritance & Method Overriding - [Java OOP #4]

1
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

12
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

13
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

2
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

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 - 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 - Page Object

Playwright with Cucumber/JUnit 5 - Page Object

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

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

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

Playwright with Cucumber/JUnit 5 - Intro

3
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

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

Chain of Responsibility Pattern in Spring Application

21
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
OpenTelemetry Java: Getting Started Guide

OpenTelemetry Java: Getting Started Guide

Comments
8 min read
Mongock: Ferramenta para migração de dados Mongo e Java/Kotlin

Mongock: Ferramenta para migração de dados Mongo e Java/Kotlin

1
Comments
2 min read
Reverse Odd Levels of Binary Tree

Reverse Odd Levels of Binary Tree

3
Comments
1 min read
Logging Patterns with Hibernate Reactive and Vertx

Logging Patterns with Hibernate Reactive and Vertx

2
Comments
1 min read
Virtual Threads In Java

Virtual Threads In Java

17
Comments 5
2 min read
Getting Started With Spring Boot

Getting Started With Spring Boot

10
Comments
6 min read
Algorithm part 5: Generate as many Binary number as you want

Algorithm part 5: Generate as many Binary number as you want

Comments
1 min read
Exclude lombok generated code from test coverage (JaCoCo/SonarQube)

Exclude lombok generated code from test coverage (JaCoCo/SonarQube)

5
Comments 1
2 min read
Algorithm part 4: Check if a string is palindrome or not

Algorithm part 4: Check if a string is palindrome or not

Comments
1 min read
Algorithm part 3 : Reverse a string using Stack

Algorithm part 3 : Reverse a string using Stack

Comments
1 min read
An Overview of JUnit: the Best Java Testing Framework

An Overview of JUnit: the Best Java Testing Framework

2
Comments
7 min read
Spring security new Authorization server (0.3.1) - part 3

Spring security new Authorization server (0.3.1) - part 3

2
Comments 1
4 min read
Java - How to Create Pivot Tables in Excel

Java - How to Create Pivot Tables in Excel

Comments
5 min read
Searching in JAVA: Elasticsearch vs MySQL vs Hibernate

Searching in JAVA: Elasticsearch vs MySQL vs Hibernate

Comments
7 min read
Learn SOLID design principles using Java

Learn SOLID design principles using Java

43
Comments 1
4 min read
Technical Interview - Code #006 - LeetCode #814. Binary Tree Pruning

Technical Interview - Code #006 - LeetCode #814. Binary Tree Pruning

3
Comments
1 min read
Algorithm part-2 : Brackets Validation

Algorithm part-2 : Brackets Validation

Comments
1 min read
Algorithm part-1 : Next Greater Element Algorithm

Algorithm part-1 : Next Greater Element Algorithm

Comments
1 min read
Improving a Bit by Bit

Improving a Bit by Bit

Comments
3 min read
Running multiple version of JDK in Windows commandLine, the fun? way

Running multiple version of JDK in Windows commandLine, the fun? way

1
Comments
11 min read
Modifiers & Encapsulation - [Java OOP #3]

Modifiers & Encapsulation - [Java OOP #3]

Comments 1
2 min read
How to choose android Voice Chat SDK

How to choose android Voice Chat SDK

4
Comments
4 min read
Swap Values of Two Variables Without Any Helper Variable

Swap Values of Two Variables Without Any Helper Variable

6
Comments 7
2 min read
Spring security new Authorization server (0.3.1) - part 2

Spring security new Authorization server (0.3.1) - part 2

4
Comments
3 min read
loading...