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.
Java Virtual Machine: ciclo de vida e Class Loaders

Java Virtual Machine: ciclo de vida e Class Loaders

Comments
2 min read
The Ultimate Guide to Arrays in Java: From Zero to Hero (With a Dash of Humor)

The Ultimate Guide to Arrays in Java: From Zero to Hero (With a Dash of Humor)

1
Comments
4 min read
Teste do CapĂ­tulo 10 (exercĂ­cios)

Teste do CapĂ­tulo 10 (exercĂ­cios)

9
Comments
1 min read
Freeware: Java Utility Package (Version 2024.10.26) released

Freeware: Java Utility Package (Version 2024.10.26) released

1
Comments
1 min read
Understanding Object Calisthenics: Writing Cleaner Code

Understanding Object Calisthenics: Writing Cleaner Code

Comments
10 min read
Is your Java log utility class reporting itself as the source of your logs? Learn how to fix it!

Is your Java log utility class reporting itself as the source of your logs? Learn how to fix it!

3
Comments
3 min read
Uma introdução ao Spring Boot

Uma introdução ao Spring Boot

1
Comments
2 min read
Explain Functional Interfaces and Streams in Java 8

Explain Functional Interfaces and Streams in Java 8

1
Comments
2 min read
How to Debug Java Applications Using IDEs

How to Debug Java Applications Using IDEs

5
Comments
5 min read
Understanding the Bridge Design Pattern: A Comprehensive Guide

Understanding the Bridge Design Pattern: A Comprehensive Guide

1
Comments
5 min read
The Ultimate Guide to Lists in Java: Everything You Need to Know

The Ultimate Guide to Lists in Java: Everything You Need to Know

1
Comments
4 min read
Secure Your APIs in 5 Minutes: Token-Based RSocket with JWT

Secure Your APIs in 5 Minutes: Token-Based RSocket with JWT

Comments
9 min read
Scheming About Clojure

Scheming About Clojure

2
Comments 2
2 min read
Getting Started with Prometheus and Grafana in Java

Getting Started with Prometheus and Grafana in Java

23
Comments 3
5 min read
Item 69: Utilize as exceçþes somente em circunstâncias excepcionais

Item 69: Utilize as exceçþes somente em circunstâncias excepcionais

Comments
1 min read
Item 70: Utilize exceçþes verificadas para condiçþes recuperåveis e exceçþes de runtime para erros de programação

Item 70: Utilize exceçþes verificadas para condiçþes recuperåveis e exceçþes de runtime para erros de programação

Comments
2 min read
Item 71: Evite o uso desnecessårio das exceçþes verificadas

Item 71: Evite o uso desnecessårio das exceçþes verificadas

Comments
3 min read
Encapsulamento em Programação Orientada à Objetos

Encapsulamento em Programação Orientada à Objetos

2
Comments
2 min read
Kotlin Range Expressions vs. Java: A Journey Through the Numerical Landscape (Where Kotlin Takes a Scenic Route!)

Kotlin Range Expressions vs. Java: A Journey Through the Numerical Landscape (Where Kotlin Takes a Scenic Route!)

Comments
3 min read
Why Scala is the Best Choice for Big Data Applications: Advantages Over Java and Python

Why Scala is the Best Choice for Big Data Applications: Advantages Over Java and Python

Comments
6 min read
The Complete Guide to Queue Data Structure in Java

The Complete Guide to Queue Data Structure in Java

1
Comments
10 min read
Evolving Changes in JavaScript: A Look at the Language's Growth

Evolving Changes in JavaScript: A Look at the Language's Growth

2
Comments
5 min read
Understanding the Composite Design Pattern: A Comprehensive Guide with Real-World Applications

Understanding the Composite Design Pattern: A Comprehensive Guide with Real-World Applications

2
Comments
5 min read
Ktor -Create asynchronous applications the Kotlin way!!

Ktor -Create asynchronous applications the Kotlin way!!

6
Comments
4 min read
Front End Debugging Part 1: Not just Console Log

Front End Debugging Part 1: Not just Console Log

131
Comments 16
5 min read
Optimizing Stream API Usage in Java for Large Data Sets

Optimizing Stream API Usage in Java for Large Data Sets

Comments
1 min read
Kotlin Delegated Properties vs. Java: A Tale of Shared Responsibilities (Where Kotlin Lightens the Load!)

Kotlin Delegated Properties vs. Java: A Tale of Shared Responsibilities (Where Kotlin Lightens the Load!)

Comments
3 min read
Java mutability and immutability: Understanding the difference between the two.

Java mutability and immutability: Understanding the difference between the two.

11
Comments
2 min read
A Deep Dive into Java Maps: The Ultimate Guide for All Developers

A Deep Dive into Java Maps: The Ultimate Guide for All Developers

6
Comments
5 min read
Mastering the Strategy Design Pattern: A Guide for Developers

Mastering the Strategy Design Pattern: A Guide for Developers

3
Comments
6 min read
Usando os encapsuladores de tipos da linguagem Java para converter strings numĂŠricos

Usando os encapsuladores de tipos da linguagem Java para converter strings numĂŠricos

4
Comments
1 min read
Pergunte ao especialista - I/O

Pergunte ao especialista - I/O

1
Comments
2 min read
Threads: Como definir e limitar a execução visando a performance?

Threads: Como definir e limitar a execução visando a performance?

3
Comments
9 min read
Usando um FileReader

Usando um FileReader

1
Comments
1 min read
20 milhĂľes de linhas em 20s

20 milhĂľes de linhas em 20s

Comments
6 min read
Kotlin Infix Functions vs. Java: A Grammatical Twist (Where Kotlin Breaks the Rules!)

Kotlin Infix Functions vs. Java: A Grammatical Twist (Where Kotlin Breaks the Rules!)

Comments
2 min read
Top 10 Java Testing Tools Every Developer Should Know

Top 10 Java Testing Tools Every Developer Should Know

7
Comments
4 min read
FIFO Messaging with Azure Service Bus and Spring Boot

FIFO Messaging with Azure Service Bus and Spring Boot

1
Comments
3 min read
Introduction to Liferay: An Overview

Introduction to Liferay: An Overview

1
Comments
3 min read
The Ultimate Guide to Trees in Java: From Roots to Branches (and Leaves, too!)

The Ultimate Guide to Trees in Java: From Roots to Branches (and Leaves, too!)

2
Comments 1
5 min read
StringBuilder vs StringBuffer in Java

StringBuilder vs StringBuffer in Java

16
Comments 2
3 min read
Understanding the Decorator Pattern: Enhancing Object Behavior Dynamically

Understanding the Decorator Pattern: Enhancing Object Behavior Dynamically

3
Comments
5 min read
Method References :: in Java

Method References :: in Java

34
Comments 1
5 min read
Kotlin Companion Objects vs. Java Static Members: A Tale of Two Companions (Where Kotlin Offers More Than Just Friendship!)

Kotlin Companion Objects vs. Java Static Members: A Tale of Two Companions (Where Kotlin Offers More Than Just Friendship!)

Comments
3 min read
Rate Limiting Algorithms and Techniques

Rate Limiting Algorithms and Techniques

1
Comments
3 min read
Sealed class rules in Java

Sealed class rules in Java

Comments
3 min read
The Ultimate Guide to Graphs in Java: A Deep Dive for Developers of All Levels

The Ultimate Guide to Graphs in Java: A Deep Dive for Developers of All Levels

5
Comments 1
5 min read
Mask logs using logstash logback in java with regex

Mask logs using logstash logback in java with regex

5
Comments
4 min read
Mastering Object-Oriented Programming in Java: A Comprehensive Guide ☕♨

Mastering Object-Oriented Programming in Java: A Comprehensive Guide ☕♨

Comments
4 min read
Protect Your App in 5 Minutes: OAuth Tokens Made Easy

Protect Your App in 5 Minutes: OAuth Tokens Made Easy

Comments
2 min read
Mastering Java Streams: A Complete Guide for Developers

Mastering Java Streams: A Complete Guide for Developers

26
Comments
4 min read
Master Bidirectional One-to-One Relations in 5 Steps: Boost Spring Data JPA Efficiency

Master Bidirectional One-to-One Relations in 5 Steps: Boost Spring Data JPA Efficiency

Comments
5 min read
Effizientes Scrapen von JavaScript-Webseiten

Effizientes Scrapen von JavaScript-Webseiten

Comments
3 min read
ÂżCĂłmo usar la clase Properties en Java?

ÂżCĂłmo usar la clase Properties en Java?

3
Comments
5 min read
Strings: Understanding Mutability and Immutability

Strings: Understanding Mutability and Immutability

10
Comments 2
3 min read
🌐 Building a Custom Framework in Java: From Dependency Injection to AOP

🌐 Building a Custom Framework in Java: From Dependency Injection to AOP

28
Comments
5 min read
Kotlin Sealed Classes vs. Java Enums (and Sealed Interfaces!): A Tale of Limited Hierarchies

Kotlin Sealed Classes vs. Java Enums (and Sealed Interfaces!): A Tale of Limited Hierarchies

Comments
2 min read
JVM Tuning Explained: From Fresh Graduate to Seasoned Performance Jedi

JVM Tuning Explained: From Fresh Graduate to Seasoned Performance Jedi

2
Comments 1
4 min read
What is the difference between forEach and map in streams?

What is the difference between forEach and map in streams?

8
Comments
1 min read
Transactional Operations Across Multiple Services. A Method To The Madness.

Transactional Operations Across Multiple Services. A Method To The Madness.

Comments
6 min read
loading...