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.
The Luhn Algorithm โ€” Validating Numbers the Smart Way

The Luhn Algorithm โ€” Validating Numbers the Smart Way

1
Comments
3 min read
Day 6 Towards my Career

Day 6 Towards my Career

8
Comments
1 min read
AI-Powered Web Scraping: Unlocking Next-Generation Insights

AI-Powered Web Scraping: Unlocking Next-Generation Insights

Comments
4 min read
Spring Frameworkโ€Š - Overview of main modules and annotations.

Spring Frameworkโ€Š - Overview of main modules and annotations.

8
Comments
17 min read
JavaFX In Action #19 with Gerrit Grunwald, Creator of Many Amazing JavaFX Libraries

JavaFX In Action #19 with Gerrit Grunwald, Creator of Many Amazing JavaFX Libraries

1
Comments
2 min read
Java Discussion:

Java Discussion:

Comments
1 min read
What is @Component and How to Use It in Spring

What is @Component and How to Use It in Spring

1
Comments
2 min read
Como criar e consumir uma API REST simples em Java puro

Como criar e consumir uma API REST simples em Java puro

Comments
3 min read
Vocรช Estรก Tratando Exceรงรตes Errado? Descubra o Que Ninguรฉm Te Conta Sobre Exceptions em Java! Part 2

Vocรช Estรก Tratando Exceรงรตes Errado? Descubra o Que Ninguรฉm Te Conta Sobre Exceptions em Java! Part 2

14
Comments 2
8 min read
Secure Your APIs and Web Apps using Spring Security

Secure Your APIs and Web Apps using Spring Security

2
Comments
3 min read
๐Ÿ”ง Understanding Constructors in Java

๐Ÿ”ง Understanding Constructors in Java

Comments
2 min read
Vocรช Estรก Tratando Exceรงรตes Errado? Descubra o Que Ninguรฉm Te Conta Sobre Exceptions em Java! Part 1

Vocรช Estรก Tratando Exceรงรตes Errado? Descubra o Que Ninguรฉm Te Conta Sobre Exceptions em Java! Part 1

13
Comments 1
13 min read
How to Secure Your Spring Boot API with Spring Security in 5 Easy Steps

How to Secure Your Spring Boot API with Spring Security in 5 Easy Steps

Comments
3 min read
Java para Anรกlise de Dados: Criando um Analisador de Dados com Apache Spark que Compete com Python

Java para Anรกlise de Dados: Criando um Analisador de Dados com Apache Spark que Compete com Python

1
Comments
6 min read
Java I/O Basics: A Newbie's Guide to Input and Output Streams

Java I/O Basics: A Newbie's Guide to Input and Output Streams

Comments
4 min read
day-19: Java Access Modifiers - Simplified

day-19: Java Access Modifiers - Simplified

2
Comments
2 min read
Spring boot-java-project_calc

Spring boot-java-project_calc

12
Comments
2 min read
Day-18: Understanding Return Datatypes in Java

Day-18: Understanding Return Datatypes in Java

1
Comments
2 min read
Day-11 My Understanding of Method Overloading

Day-11 My Understanding of Method Overloading

Comments
2 min read
๐—จ๐—ป๐—น๐—ผ๐—ฐ๐—ธ๐—ถ๐—ป๐—ด ๐˜๐—ต๐—ฒ ๐—ฃ๐—ผ๐˜„๐—ฒ๐—ฟ ๐—ผ๐—ณ ๐—–๐—ผ๐—ฝ๐˜†๐—ข๐—ป๐—ช๐—ฟ๐—ถ๐˜๐—ฒ๐—”๐—ฟ๐—ฟ๐—ฎ๐˜†๐—Ÿ๐—ถ๐˜€๐˜ ๐—ถ๐—ป ๐—๐—ฎ๐˜ƒ๐—ฎ: ๐—” ๐—š๐—ฎ๐—บ๐—ฒ-๐—–๐—ต๐—ฎ๐—ป๐—ด๐—ฒ๐—ฟ ๐—ณ๐—ผ๐—ฟ ๐—–๐—ผ๐—ป๐—ฐ๐˜‚๐—ฟ๐—ฟ๐—ฒ๐—ป๐˜ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ด

๐—จ๐—ป๐—น๐—ผ๐—ฐ๐—ธ๐—ถ๐—ป๐—ด ๐˜๐—ต๐—ฒ ๐—ฃ๐—ผ๐˜„๐—ฒ๐—ฟ ๐—ผ๐—ณ ๐—–๐—ผ๐—ฝ๐˜†๐—ข๐—ป๐—ช๐—ฟ๐—ถ๐˜๐—ฒ๐—”๐—ฟ๐—ฟ๐—ฎ๐˜†๐—Ÿ๐—ถ๐˜€๐˜ ๐—ถ๐—ป ๐—๐—ฎ๐˜ƒ๐—ฎ: ๐—” ๐—š๐—ฎ๐—บ๐—ฒ-๐—–๐—ต๐—ฎ๐—ป๐—ด๐—ฒ๐—ฟ ๐—ณ๐—ผ๐—ฟ ๐—–๐—ผ๐—ป๐—ฐ๐˜‚๐—ฟ๐—ฟ๐—ฒ๐—ป๐˜ ๐—ฃ๐—ฟ๐—ผ๐—ด๐—ฟ๐—ฎ๐—บ๐—บ๐—ถ๐—ป๐—ด

1
Comments
1 min read
How to Use the @Import Annotation in Spring Framework

How to Use the @Import Annotation in Spring Framework

1
Comments
2 min read
Static Factories: When Static Methods Shine (And Why They're Not Always Evil)

Static Factories: When Static Methods Shine (And Why They're Not Always Evil)

Comments
2 min read
How to build containerized JAVA application

How to build containerized JAVA application

Comments
2 min read
Beyond Blueprints: Seeing the Soul of Java's Classes and Objects

Beyond Blueprints: Seeing the Soul of Java's Classes and Objects

5
Comments
7 min read
Day : 18 Return Data types and programmes

Day : 18 Return Data types and programmes

1
Comments
2 min read
loading...