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.
Data structures 101: How to use stacks and queues in Java

Data structures 101: How to use stacks and queues in Java

6
Comments
12 min read
Debug Like a Senior Developer

Debug Like a Senior Developer

13
Comments
6 min read
How YOU can build a Web API in Java and Spring boot

How YOU can build a Web API in Java and Spring boot

10
Comments
7 min read
How to improve third-party libraries with Kotlin extensions

How to improve third-party libraries with Kotlin extensions

5
Comments
7 min read
Java - Convert PDF to PDF/A or PDF/A to PDF

Java - Convert PDF to PDF/A or PDF/A to PDF

5
Comments 1
4 min read
Java - How to Add, Extract, or Delete Attachments in PDF

Java - How to Add, Extract, or Delete Attachments in PDF

5
Comments
5 min read
Java Exception Handling Cheat Sheet

Java Exception Handling Cheat Sheet

3
Comments
1 min read
Spring Boot — Power of Value Objects

Spring Boot — Power of Value Objects

22
Comments 2
9 min read
Java serialization with Avro

Java serialization with Avro

6
Comments
10 min read
AWS Lambda SnapStart - Part 1 Initial measuring of Java 11 Lambda cold starts

AWS Lambda SnapStart - Part 1 Initial measuring of Java 11 Lambda cold starts

18
Comments 2
5 min read
How to break your HashMap in less than a minute

How to break your HashMap in less than a minute

8
Comments
4 min read
Top 10 Best Java YouTubers

Top 10 Best Java YouTubers

5
Comments
3 min read
Microservice Architecture with Spring Cloud in Code

Microservice Architecture with Spring Cloud in Code

6
Comments
3 min read
Como buscar posts no TabNews - Google Hacking

Como buscar posts no TabNews - Google Hacking

6
Comments 1
2 min read
Using Sass in your JavaFX project

Using Sass in your JavaFX project

4
Comments
3 min read
Entry-3: Display Image with Intent (React-native)

Entry-3: Display Image with Intent (React-native)

5
Comments
1 min read
Advent of Code: Day 2

Advent of Code: Day 2

5
Comments
2 min read
Advent of Code: Day 1

Advent of Code: Day 1

3
Comments
1 min read
Spring Boot + Quartz Scheduler in Cluster mode

Spring Boot + Quartz Scheduler in Cluster mode

10
Comments 1
7 min read
Make Multiple Requests to your Server | JMeter

Make Multiple Requests to your Server | JMeter

19
Comments 4
3 min read
MongoDB sequences (auto-increment) - The Java Way

MongoDB sequences (auto-increment) - The Java Way

3
Comments
2 min read
Entry-2: ByteArray conversion (React-native)

Entry-2: ByteArray conversion (React-native)

6
Comments
1 min read
Open-source tool enables fuzz testing in JUnit

Open-source tool enables fuzz testing in JUnit

3
Comments
6 min read
Java - Add or Remove Watermarks in PowerPoint

Java - Add or Remove Watermarks in PowerPoint

6
Comments
4 min read
How does HashMap work in Java?

How does HashMap work in Java?

4
Comments
4 min read
Install OpenCV for Java using brew on Ubuntu

Install OpenCV for Java using brew on Ubuntu

6
Comments
4 min read
Adding Unit Testing to OpenSSG

Adding Unit Testing to OpenSSG

4
Comments
2 min read
OW #003: A type annotation curiosity, the qualified superclass constructor invocation and more

OW #003: A type annotation curiosity, the qualified superclass constructor invocation and more

5
Comments
5 min read
Why I Don't do TDD

Why I Don't do TDD

62
Comments 29
5 min read
Deploy a Documentation Website for a Java Library Using GitHub Actions

Deploy a Documentation Website for a Java Library Using GitHub Actions

12
Comments
9 min read
Custom Sling Injector With Annotations

Custom Sling Injector With Annotations

1
Comments
5 min read
JUnit: Cómo ejecutar un test N iteraciones

JUnit: Cómo ejecutar un test N iteraciones

5
Comments
2 min read
Introduction to Java!

Introduction to Java!

2
Comments
1 min read
Web Scraping With Java

Web Scraping With Java

19
Comments 5
27 min read
Java Efetivo Essencial - Composição

Java Efetivo Essencial - Composição

7
Comments
3 min read
OOPS Basics and Why do we need this?

OOPS Basics and Why do we need this?

20
Comments 3
2 min read
In One Minute : Maven

In One Minute : Maven

7
Comments
1 min read
HTML To PDF JAVA Conversion (Without Losing Formatting)

HTML To PDF JAVA Conversion (Without Losing Formatting)

6
Comments 3
5 min read
How to use Java Records

How to use Java Records

3
Comments
4 min read
RestAPI using Java

RestAPI using Java

15
Comments 4
9 min read
Will Java Developers Still Be In Demand in 2023?

Will Java Developers Still Be In Demand in 2023?

6
Comments 1
2 min read
QuestDB 6.6 - Dynamic Commits

QuestDB 6.6 - Dynamic Commits

7
Comments
4 min read
Migrating a Spring Boot application to Quarkus

Migrating a Spring Boot application to Quarkus

6
Comments
16 min read
How to Secure a Spring Rest Service using Spring Aspect

How to Secure a Spring Rest Service using Spring Aspect

3
Comments 1
4 min read
setting up code editors on my machine

setting up code editors on my machine

2
Comments
1 min read
Object Oriented Programming : The Beginner's Guide

Object Oriented Programming : The Beginner's Guide

10
Comments
4 min read
Interfaces em Kotlin

Interfaces em Kotlin

2
Comments
3 min read
O mito do "Java é Difícil" e as melhorias da linguagem

O mito do "Java é Difícil" e as melhorias da linguagem

2
Comments
2 min read
Day 61: Understanding JMX and its architecture (Management Level)

Day 61: Understanding JMX and its architecture (Management Level)

4
Comments
4 min read
What is new in Java 20?

What is new in Java 20?

8
Comments
3 min read
🗞️ We have just released our JBang! catalog 🛍️

🗞️ We have just released our JBang! catalog 🛍️

7
Comments 2
2 min read
LWO #002: Annotations are just modifiers, array access curiosity, faux code generators and more

LWO #002: Annotations are just modifiers, array access curiosity, faux code generators and more

5
Comments
5 min read
Software Devs, What Tools You Can't Do Without?

Software Devs, What Tools You Can't Do Without?

13
Comments 18
1 min read
Fibonacci Day!

Fibonacci Day!

2
Comments
1 min read
How to Build Java Edge Detection Application to Scan and Normalize Documents

How to Build Java Edge Detection Application to Scan and Normalize Documents

2
Comments
13 min read
Java - How to Convert PDF to Images (PNG, JPG, SVG, TIFF)

Java - How to Convert PDF to Images (PNG, JPG, SVG, TIFF)

5
Comments
4 min read
schema-org-java: Java library for working with Schema.org data in JSON-LD format

schema-org-java: Java library for working with Schema.org data in JSON-LD format

5
Comments 1
2 min read
What is object-orientation after all? Or the only thing to watch out for in programming

What is object-orientation after all? Or the only thing to watch out for in programming

5
Comments
11 min read
Pay by Link for developers

Pay by Link for developers

7
Comments
7 min read
My New MacBook Air Beats M1 Max

My New MacBook Air Beats M1 Max

36
Comments 9
6 min read
loading...