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.
🌟 Dived into Java concepts and coding challenges today! 💻

🌟 Dived into Java concepts and coding challenges today! 💻

Comments
1 min read
QuickBytes: Writing Concise, Extensible Methods

QuickBytes: Writing Concise, Extensible Methods

Comments
2 min read
Specific vs Generic: A case for less generic software

Specific vs Generic: A case for less generic software

Comments
4 min read
Testes Unitários com JUnit no Java

Testes Unitários com JUnit no Java

1
Comments
5 min read
🌟 Today was filled with coding challenges and deep dives into Java fundamentals! 💻

🌟 Today was filled with coding challenges and deep dives into Java fundamentals! 💻

Comments
1 min read
OncePerRequestFilter: Catching an exception in @ControllerAdvice

OncePerRequestFilter: Catching an exception in @ControllerAdvice

Comments
2 min read
[Micronaut] Receiving multipart/form-data

[Micronaut] Receiving multipart/form-data

Comments
2 min read
We released a new powerful efficiency tool called RunFlow, which is similar to PowerToys and Alfred, welcome to try it

We released a new powerful efficiency tool called RunFlow, which is similar to PowerToys and Alfred, welcome to try it

Comments
6 min read
Gradle's leaky abstractions: Declarative(ish) shell, imperative core: Implementing a safe(ish) global configuration DSL

Gradle's leaky abstractions: Declarative(ish) shell, imperative core: Implementing a safe(ish) global configuration DSL

Comments
6 min read
TASK 5

TASK 5

Comments
2 min read
🚀How TCP Servers Are Designed to Handle Multiple Requests

🚀How TCP Servers Are Designed to Handle Multiple Requests

6
Comments 2
3 min read
Java in Manufacturing: Streamlining Operations and Enhancing Efficiency

Java in Manufacturing: Streamlining Operations and Enhancing Efficiency

Comments
5 min read
Search in Documentation with a JavaFX ChatGPT-like LangChain4j Application

Search in Documentation with a JavaFX ChatGPT-like LangChain4j Application

Comments
7 min read
Day Name Finder in Java

Day Name Finder in Java

2
Comments
2 min read
COMPARATOR vs COMPARABLE - A Java Surprise You did in School!

COMPARATOR vs COMPARABLE - A Java Surprise You did in School!

Comments
4 min read
Error handling in Spring web using RFC-9457 specification

Error handling in Spring web using RFC-9457 specification

2
Comments
7 min read
jackson-dataformat-xml issues

jackson-dataformat-xml issues

Comments
4 min read
[PT-BR] Subindo um Docker Compose na nuvem Render

[PT-BR] Subindo um Docker Compose na nuvem Render

Comments
5 min read
Why Quarkus Native (probably) does not fit your project

Why Quarkus Native (probably) does not fit your project

Comments
6 min read
Debugging Streams with Peek

Debugging Streams with Peek

5
Comments
7 min read
State Pattern | Design Patterns

State Pattern | Design Patterns

Comments
3 min read
[Micronaut] Try Cookie

[Micronaut] Try Cookie

Comments
4 min read
Subarray Sum Equals K LeetCode

Subarray Sum Equals K LeetCode

Comments
1 min read
Finding Nth Fibonacci Number in Java

Finding Nth Fibonacci Number in Java

Comments
2 min read
Using pgvector To Locate Similarities In Enterprise Data

Using pgvector To Locate Similarities In Enterprise Data

4
Comments 1
11 min read
jsoup: A Powerful Java Library for Working With HTML and XML Documents

jsoup: A Powerful Java Library for Working With HTML and XML Documents

1
Comments
3 min read
How to Scrape TikTok

How to Scrape TikTok

Comments
17 min read
How to perform mixed computing with multiple data sources

How to perform mixed computing with multiple data sources

Comments
8 min read
Exploring Java Collectors utilities

Exploring Java Collectors utilities

2
Comments
2 min read
Working with Environment Variables in Java

Working with Environment Variables in Java

3
Comments
5 min read
TASK 3

TASK 3

Comments
6 min read
Java library for RuTracker

Java library for RuTracker

Comments
1 min read
Spring Boot conformity Spring AI Implement project access to chatgpt

Spring Boot conformity Spring AI Implement project access to chatgpt

6
Comments 1
3 min read
Java Microservices and Cloud Compatibility: An Insightful Guide

Java Microservices and Cloud Compatibility: An Insightful Guide

Comments
4 min read
Saga Pattern in Microservices

Saga Pattern in Microservices

2
Comments
2 min read
Effective Testing of Cloud Components with Quarkus and LocalStack

Effective Testing of Cloud Components with Quarkus and LocalStack

1
Comments
9 min read
An Updated Guide to Maven Archetypes

An Updated Guide to Maven Archetypes

Comments
3 min read
How to use JPA API Specification?

How to use JPA API Specification?

Comments
2 min read
[PT-BR] Subindo um Docker na nuvem Render

[PT-BR] Subindo um Docker na nuvem Render

Comments
4 min read
Choosing the Right Language: Java, C#, or C++

Choosing the Right Language: Java, C#, or C++

Comments
2 min read
When thinking about Java fields we use-site target in Kotlin

When thinking about Java fields we use-site target in Kotlin

Comments
7 min read
Specifying context configuration location for DispatcherServlet

Specifying context configuration location for DispatcherServlet

Comments
2 min read
How to Store Spring Boot Application Metrics in InfluxDB

How to Store Spring Boot Application Metrics in InfluxDB

Comments
11 min read
Garbage Collection Root in JAVA

Garbage Collection Root in JAVA

1
Comments
2 min read
TASK 4

TASK 4

Comments
4 min read
Memento Design Pattern

Memento Design Pattern

Comments
3 min read
Java Memory Management Demystified: Ensuring Stability and Efficiency 🚀💡

Java Memory Management Demystified: Ensuring Stability and Efficiency 🚀💡

1
Comments
2 min read
Generic Capabilities JSON Loader

Generic Capabilities JSON Loader

Comments
3 min read
8 Best Practices while Writing Selenium with Java

8 Best Practices while Writing Selenium with Java

Comments
3 min read
Você sabe o que é SOLID❓

Você sabe o que é SOLID❓

Comments
3 min read
Debugging Using JMX Revisited

Debugging Using JMX Revisited

7
Comments
9 min read
Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 4 Working with database transactions

Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 4 Working with database transactions

1
Comments
4 min read
What to do if the query calculation is moved out of database but is too slow using java

What to do if the query calculation is moved out of database but is too slow using java

1
Comments
6 min read
O quão difícil é um Hello World em Java?

O quão difícil é um Hello World em Java?

1
Comments 1
3 min read
Introduction to Java Servlets

Introduction to Java Servlets

1
Comments
5 min read
Cocktail of Kotlin

Cocktail of Kotlin

Comments
5 min read
Message Compensation Processing Due to DB Failure in EDA

Message Compensation Processing Due to DB Failure in EDA

Comments
4 min read
Polymorphism and abstract class easily explained in Java

Polymorphism and abstract class easily explained in Java

1
Comments
2 min read
Implementando o Dual Write com Mensageria PostgreSQL

Implementando o Dual Write com Mensageria PostgreSQL

3
Comments
3 min read
Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 3 Executing update and insert SQL statements in batch

Data API for Amazon Aurora Serverless v2 with AWS SDK for Java - Part 3 Executing update and insert SQL statements in batch

1
Comments
3 min read
loading...