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.
D - Dependency Inversion Principle(DIP)

D - Dependency Inversion Principle(DIP)

32
Comments
12 min read
Understanding Runtimes: From C to Modern Languages

Understanding Runtimes: From C to Modern Languages

3
Comments
4 min read
Variáveis em interfaces e extensão

Variáveis em interfaces e extensão

1
Comments
1 min read
Effective Logging for Function

Effective Logging for Function

7
Comments
5 min read
Word Search II

Word Search II

Comments
3 min read
Don’t use if-else blocks anymore! Use Strategy and Factory Pattern Together

Don’t use if-else blocks anymore! Use Strategy and Factory Pattern Together

131
Comments 45
3 min read
Methods for Overloading the main() Method in Java: Can It Be Done?

Methods for Overloading the main() Method in Java: Can It Be Done?

Comments
2 min read
Advanced Query Techniques in Spring Data JPA

Advanced Query Techniques in Spring Data JPA

6
Comments
6 min read
Power of Java Virtual Threads: A Deep Dive into Scalable Concurrency

Power of Java Virtual Threads: A Deep Dive into Scalable Concurrency

1
Comments
9 min read
Mastering the final Keyword in Java: Constants, Immutability, and More

Mastering the final Keyword in Java: Constants, Immutability, and More

6
Comments 3
3 min read
Introducing CortexFlow: an Open-Source IoT Simulation and Big Data Analytics Framework

Introducing CortexFlow: an Open-Source IoT Simulation and Big Data Analytics Framework

12
Comments 1
3 min read
Introduction to Java: for Beginners

Introduction to Java: for Beginners

1
Comments 1
4 min read
Design Pattern : difference between composition and inheritance and decorator.

Design Pattern : difference between composition and inheritance and decorator.

3
Comments
6 min read
Java 23: Module Import Feature

Java 23: Module Import Feature

2
Comments
2 min read
Java Backend Management Project

Java Backend Management Project

1
Comments
4 min read
Disadvantages of Interface Segregation Principle(ISP)

Disadvantages of Interface Segregation Principle(ISP)

30
Comments
2 min read
OpenTelemetry: Traces, Métricas, Logs e Baggage

OpenTelemetry: Traces, Métricas, Logs e Baggage

5
Comments
4 min read
Java Performance Optimization Techniques

Java Performance Optimization Techniques

51
Comments
3 min read
The persistent threat: Why major vulnerabilities like Log4Shell and Spring4Shell remain significant

The persistent threat: Why major vulnerabilities like Log4Shell and Spring4Shell remain significant

Comments
4 min read
Can Private or Static Methods Be Overridden in Java? Here’s What You Need to Know

Can Private or Static Methods Be Overridden in Java? Here’s What You Need to Know

Comments
3 min read
Common Interview Question: Swapping Two Numbers Without a Temporary Variable in Java

Common Interview Question: Swapping Two Numbers Without a Temporary Variable in Java

5
Comments 2
2 min read
Internal Rate of Return Solver with Corticon

Internal Rate of Return Solver with Corticon

Comments
4 min read
Item 59: Conheça e utilize as bibliotecas

Item 59: Conheça e utilize as bibliotecas

Comments
2 min read
Item 58 - Prefira o loop for-each em vez dos loops for tradicionais

Item 58 - Prefira o loop for-each em vez dos loops for tradicionais

Comments
2 min read
I - Interface Segregation Principle (ISP)

I - Interface Segregation Principle (ISP)

35
Comments
9 min read
loading...