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.
Exploring "Handlers" in Programming: A Friendly Dive

Exploring "Handlers" in Programming: A Friendly Dive

Comments
3 min read
Introdução ao AWS Lambda: O Poder do Serverless

Introdução ao AWS Lambda: O Poder do Serverless

Comments
3 min read
DAY4 object and class definition in java

DAY4 object and class definition in java

2
Comments
1 min read
Supercharge Your Java: 10 Advanced Bytecode Tricks for Lightning-Fast Apps

Supercharge Your Java: 10 Advanced Bytecode Tricks for Lightning-Fast Apps

1
Comments
5 min read
125. Valid Palindrome

125. Valid Palindrome

Comments
3 min read
3264. Final Array State After K Multiplication Operations I

3264. Final Array State After K Multiplication Operations I

Comments
2 min read
The Challenges of Using 'Object' as a Catch-All Type in Java

The Challenges of Using 'Object' as a Catch-All Type in Java

10
Comments
8 min read
Clarifying some Misconceptions about Java

Clarifying some Misconceptions about Java

Comments
1 min read
Sorting Smarts in Java: Comparable and Comparator

Sorting Smarts in Java: Comparable and Comparator

5
Comments
4 min read
Techniques for Implementing Callbacks in Java: Code Examples and Results

Techniques for Implementing Callbacks in Java: Code Examples and Results

Comments
3 min read
Beyond Stream.distinct()

Beyond Stream.distinct()

Comments
3 min read
Access Modifiers in Java: The Ultimate Gatekeepers

Access Modifiers in Java: The Ultimate Gatekeepers

8
Comments 2
2 min read
Unlocking the Power of OOP in Java: A Beginner’s Guide

Unlocking the Power of OOP in Java: A Beginner’s Guide

7
Comments 1
3 min read
Java Counter Culture - Cultural Javism

Java Counter Culture - Cultural Javism

73
Comments 12
7 min read
Kafka x RabbitMQ: Escolha Entre Processamento de Fluxo e Filas de Mensagens

Kafka x RabbitMQ: Escolha Entre Processamento de Fluxo e Filas de Mensagens

Comments
3 min read
GraalVM: The Swiss Army Knife of the JVM World

GraalVM: The Swiss Army Knife of the JVM World

1
Comments
4 min read
¿Para qué sirve @Override en Java?

¿Para qué sirve @Override en Java?

Comments
3 min read
Wednesday Links - Edition 2024-11-20

Wednesday Links - Edition 2024-11-20

Comments
1 min read
Methods to Utilize Native Code in Java: How Java Loads Code from Other Languages

Methods to Utilize Native Code in Java: How Java Loads Code from Other Languages

Comments
4 min read
Java External Language Gateway

Java External Language Gateway

1
Comments
4 min read
🥳🎉Thank you for 🔟K followers👏

🥳🎉Thank you for 🔟K followers👏

14
Comments 2
1 min read
A simple Java script to verify you're using Java 17+

A simple Java script to verify you're using Java 17+

Comments
2 min read
Enumerações herdam de java.lang.enum

Enumerações herdam de java.lang.enum

1
Comments
1 min read
Construtores, métodos, variáveis de instância e enumerações

Construtores, métodos, variáveis de instância e enumerações

1
Comments
2 min read
As enumerações Java são tipos de classe

As enumerações Java são tipos de classe

1
Comments
1 min read
JavaFX In Action #10 with Clément de Tastes about QuarkusFX, combining the strengths of Quarkus and JavaFX

JavaFX In Action #10 with Clément de Tastes about QuarkusFX, combining the strengths of Quarkus and JavaFX

Comments
2 min read
Techniques for Implementing the Service Locator Pattern in Java

Techniques for Implementing the Service Locator Pattern in Java

1
Comments
3 min read
Java + Cucumber + Generator: Automating Step Definition Creation

Java + Cucumber + Generator: Automating Step Definition Creation

Comments
3 min read
What is Stack in Dsa.

What is Stack in Dsa.

1
Comments
2 min read
Funciones variádicas en Java

Funciones variádicas en Java

Comments
4 min read
Como eu reduzi em até 99% o tempo de resposta da minha API

Como eu reduzi em até 99% o tempo de resposta da minha API

Comments
4 min read
The Moment I Realized the Essence of Java's Primitive Types💡

The Moment I Realized the Essence of Java's Primitive Types💡

Comments
3 min read
Mastering Java Bytecode: Boost Your App's Power with ASM Library

Mastering Java Bytecode: Boost Your App's Power with ASM Library

Comments
9 min read
The setApplicationContext method execution issue of the applicationContextAware interface and failed to get Spring beans

The setApplicationContext method execution issue of the applicationContextAware interface and failed to get Spring beans

Comments
3 min read
Custom Validators in Spring Data

Custom Validators in Spring Data

Comments
3 min read
The Best Way to Optimize Garbage Collection for Java Applications

The Best Way to Optimize Garbage Collection for Java Applications

Comments
8 min read
Building local LLM AI-Powered Applications with Quarkus, Ollama and Testcontainers

Building local LLM AI-Powered Applications with Quarkus, Ollama and Testcontainers

10
Comments
4 min read
Hibernate Zoo: Жадный Гиппопотам и Ленивый Лемур (Lazy vs Eager)

Hibernate Zoo: Жадный Гиппопотам и Ленивый Лемур (Lazy vs Eager)

Comments
1 min read
O que achei do Bootcamp Java com Spring Boot organizado pela Dio e Claro

O que achei do Bootcamp Java com Spring Boot organizado pela Dio e Claro

Comments
4 min read
Abstract Factory Pattern

Abstract Factory Pattern

Comments
3 min read
Database Management Tool

Database Management Tool

Comments
6 min read
H2 и весёлые тесты в Spring

H2 и весёлые тесты в Spring

Comments 2
1 min read
Starting a new journey

Starting a new journey

Comments
1 min read
Kotlin vs. Java: A Grand Finale and Farewell (But Not Goodbye!)

Kotlin vs. Java: A Grand Finale and Farewell (But Not Goodbye!)

Comments
3 min read
Kotlin Object Declarations vs. Java: Summoning Singletons with Ease

Kotlin Object Declarations vs. Java: Summoning Singletons with Ease

Comments
2 min read
Ethical Hacking: Safeguarding the Digital Frontier💻🔓🛡️

Ethical Hacking: Safeguarding the Digital Frontier💻🔓🛡️

1
Comments
3 min read
Lambdas in Java

Lambdas in Java

Comments
3 min read
Modernizing Java Monoliths for Better Performance with Async and Non-Blocking Architectures

Modernizing Java Monoliths for Better Performance with Async and Non-Blocking Architectures

Comments
4 min read
Factory Pattern

Factory Pattern

Comments
4 min read
Inside `java.lang.String`: Understanding and Optimizing Instantiation Performance

Inside `java.lang.String`: Understanding and Optimizing Instantiation Performance

Comments
9 min read
How does the limit() method differ from the skip() method in streams?

How does the limit() method differ from the skip() method in streams?

7
Comments
2 min read
CI GitHub Action Workflow

CI GitHub Action Workflow

Comments
2 min read
Introducción a JDBC

Introducción a JDBC

1
Comments
8 min read
Implementing the Prototype Design Pattern in Spring Boot

Implementing the Prototype Design Pattern in Spring Boot

Comments
5 min read
Composite Pattern

Composite Pattern

4
Comments
3 min read
Como Melhorar seu Código Java: 7 Boas Práticas e Padrões de Desenvolvimento

Como Melhorar seu Código Java: 7 Boas Práticas e Padrões de Desenvolvimento

Comments
6 min read
Implementing One-Time Token Authentication with Spring Security

Implementing One-Time Token Authentication with Spring Security

1
Comments
4 min read
Evolution of Spring Explained Like a Blockbuster Movie Marathon

Evolution of Spring Explained Like a Blockbuster Movie Marathon

2
Comments 1
4 min read
Spring Boot + Redis: A Beginner-Friendly Guide to Supercharging Your App’s Performance

Spring Boot + Redis: A Beginner-Friendly Guide to Supercharging Your App’s Performance

20
Comments
5 min read
Getting Back to Java: A Journey Through One of the Most Versatile Languages

Getting Back to Java: A Journey Through One of the Most Versatile Languages

Comments
2 min read
loading...