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.
How can one parse JSON text in a Java application?

How can one parse JSON text in a Java application?

Comments
4 min read
Sociable Unit Test simplified

Sociable Unit Test simplified

Comments
1 min read
Implementing Feature Flags with Spring: A Step-by-Step Guide for Feature Deployment

Implementing Feature Flags with Spring: A Step-by-Step Guide for Feature Deployment

1
Comments
10 min read
Top 10 most asked Core Java Questions in Interviews.

Top 10 most asked Core Java Questions in Interviews.

Comments
2 min read
Merge Sort Algorithm

Merge Sort Algorithm

Comments
3 min read
5 Most Used Programming Languages in 2024

5 Most Used Programming Languages in 2024

1
Comments
3 min read
Object-Oriented Programming in C? Implementing an Interface from Scratch

Object-Oriented Programming in C? Implementing an Interface from Scratch

Comments
5 min read
Orientação a Objetos em C? Implementando uma interface do zero.

Orientação a Objetos em C? Implementando uma interface do zero.

Comments
5 min read
Difference Java ByteArrayOutputStream.write(int n) with ByteArrayOutputStream.write(byte[] b, int off, int len)

Difference Java ByteArrayOutputStream.write(int n) with ByteArrayOutputStream.write(byte[] b, int off, int len)

Comments
1 min read
Implementation of jaxb-api has not been found on module path or classpath. Error Solution

Implementation of jaxb-api has not been found on module path or classpath. Error Solution

Comments
2 min read
Entendendo o Algoritmo QuickSort: Dividir para Conquistar

Entendendo o Algoritmo QuickSort: Dividir para Conquistar

Comments
2 min read
Clases anónimas en Java

Clases anónimas en Java

Comments
7 min read
Understanding Generics in Java: A Shopping Cart Example with Custom Classes

Understanding Generics in Java: A Shopping Cart Example with Custom Classes

Comments 1
3 min read
Compression algorithms in Parquet Java

Compression algorithms in Parquet Java

3
Comments 2
7 min read
Freeware: Java Utility Package (Version 2025.01.19) released

Freeware: Java Utility Package (Version 2025.01.19) released

1
Comments
1 min read
Trampolim para funções além do primitivo recursivo? Implementação para a função de Ackermann Peter

Trampolim para funções além do primitivo recursivo? Implementação para a função de Ackermann Peter

6
Comments
9 min read
Flyway Migrations in Multi-Module Gradle Projects (Clean Architecture)

Flyway Migrations in Multi-Module Gradle Projects (Clean Architecture)

1
Comments
5 min read
Leetcode — 3146. Permutation Difference between Two Strings

Leetcode — 3146. Permutation Difference between Two Strings

Comments
3 min read
Passing objects as parameters in java

Passing objects as parameters in java

Comments
3 min read
5 Powerful Java Frameworks for Serverless Development: Boost Your Cloud-Native Apps

5 Powerful Java Frameworks for Serverless Development: Boost Your Cloud-Native Apps

Comments
7 min read
Mastering Reactive Java: 6 Essential Project Reactor Operators for Efficient Data Processing

Mastering Reactive Java: 6 Essential Project Reactor Operators for Efficient Data Processing

1
Comments
5 min read
What is the null literal and how can it be used in Java applications?

What is the null literal and how can it be used in Java applications?

1
Comments 2
2 min read
Interface Segregation Principle (ISP) Explained in 100 Seconds

Interface Segregation Principle (ISP) Explained in 100 Seconds

1
Comments
2 min read
Design Patterns Serie — Structural Chapter: Proxy Pattern

Design Patterns Serie — Structural Chapter: Proxy Pattern

6
Comments
7 min read
Keyword:Abstract-Extends,Interface-Implements

Keyword:Abstract-Extends,Interface-Implements

Comments
5 min read
loading...