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.
Does Kotlin have primitive data types?

Does Kotlin have primitive data types?

1
Comments
3 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
jackson-dataformat-xml issues

jackson-dataformat-xml issues

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

Why Quarkus Native (probably) does not fit your project

Comments
6 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
State Pattern | Design Patterns

State Pattern | Design Patterns

Comments
3 min read
Um pouco sobre mim, começando no Dev.to

Um pouco sobre mim, começando no Dev.to

Comments 1
1 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
Funções Java: Decifrando O forEach()

Funções Java: Decifrando O forEach()

1
Comments
4 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 perform mixed computing with multiple data sources

How to perform mixed computing with multiple data sources

Comments
8 min read
TASK 3

TASK 3

Comments
6 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
Choosing the Right Language: Java, C#, or C++

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

Comments
2 min read
Java program to find Nth fibonacci number

Java program to find Nth fibonacci number

2
Comments
2 min read
Groovy 🎷 Cheat Sheet - 01 Say "Hello" from Groovy

Groovy 🎷 Cheat Sheet - 01 Say "Hello" from Groovy

1
Comments
6 min read
Specifying context configuration location for DispatcherServlet

Specifying context configuration location for DispatcherServlet

Comments
2 min read
Secure Your Data: AES-GCM Encryption & Decryption for JavaScript, TypeScript, Java, and Python 🛡️🔐

Secure Your Data: AES-GCM Encryption & Decryption for JavaScript, TypeScript, Java, and Python 🛡️🔐

Comments
7 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
How to Bypass CAPTCHAs in Web Scraping 2024

How to Bypass CAPTCHAs in Web Scraping 2024

Comments
9 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
Guide: How to Build Emotion Recognition Application with JavaScript

Guide: How to Build Emotion Recognition Application with JavaScript

Comments
2 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
JUnit 5 – When to use CSV Providers

JUnit 5 – When to use CSV Providers

Comments
5 min read
Debugging Using JMX Revisited

Debugging Using JMX Revisited

7
Comments
9 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
Java Unveiled: Navigating the Seas of Versatility and Stability

Java Unveiled: Navigating the Seas of Versatility and Stability

1
Comments 2
2 min read
Ticket Booking System

Ticket Booking System

1
Comments
1 min read
LogCaptor: Simplificando o Teste de Logs em APIs REST Java

LogCaptor: Simplificando o Teste de Logs em APIs REST Java

4
Comments 2
3 min read
Basic Java Questions & Answers (Part 1) - Type-Casting

Basic Java Questions & Answers (Part 1) - Type-Casting

Comments
3 min read
Saga Pattern in Microservices - Parte 2

Saga Pattern in Microservices - Parte 2

1
Comments
4 min read
Reimplementar a API de Servlets em Rust?

Reimplementar a API de Servlets em Rust?

Comments
2 min read
Fractals Using Pascal Triangle

Fractals Using Pascal Triangle

1
Comments
2 min read
Wednesday Links - Edition 2024-02-14 ❤️🤦🏻

Wednesday Links - Edition 2024-02-14 ❤️🤦🏻

Comments
1 min read
About thread join and run method in Java

About thread join and run method in Java

Comments
1 min read
Less Code, More Tests: Exploring Parameterized Tests in JUnit

Less Code, More Tests: Exploring Parameterized Tests in JUnit

4
Comments
3 min read
Java Testing tools for 2024 - part 2

Java Testing tools for 2024 - part 2

2
Comments 1
2 min read
[Tiny] Is a sealed class abstract? Kotlin and Java way.

[Tiny] Is a sealed class abstract? Kotlin and Java way.

Comments
2 min read
Headers y Spring Boot HTTP Interface

Headers y Spring Boot HTTP Interface

Comments
7 min read
Memory Handling in Java

Memory Handling in Java

2
Comments
3 min read
Dica - Definindo enums como parâmetros em componentes JSF

Dica - Definindo enums como parâmetros em componentes JSF

Comments
1 min read
4 dicas para aumentar a legibilidade dos seus testes

4 dicas para aumentar a legibilidade dos seus testes

4
Comments
7 min read
loading...