DEV Community

Java Development Series' Articles

Back to Ricardo Caselati's Series
Getting Back to Java: A Journey Through One of the Most Versatile Languages
Cover image for 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
How to Set Up Your Environment to Start Java Development
Cover image for How to Set Up Your Environment to Start Java Development

How to Set Up Your Environment to Start Java Development

Comments
2 min read
IntelliJ IDEA on Ubuntu: Begin Your Journey into Java Development!
Cover image for IntelliJ IDEA on Ubuntu: Begin Your Journey into Java Development!

IntelliJ IDEA on Ubuntu: Begin Your Journey into Java Development!

Comments
2 min read
🚀 Your First Java Project in IntelliJ IDEA: Creating a "Hello World" in Java 🚀
Cover image for 🚀 Your First Java Project in IntelliJ IDEA: Creating a "Hello World" in Java 🚀

🚀 Your First Java Project in IntelliJ IDEA: Creating a "Hello World" in Java 🚀

1
Comments
2 min read
Exploring Classes and the Main Method in Java
Cover image for Exploring Classes and the Main Method in Java

Exploring Classes and the Main Method in Java

1
Comments
2 min read
Exploring Class Organization with Packages in Java
Cover image for Exploring Class Organization with Packages in Java

Exploring Class Organization with Packages in Java

Comments
1 min read
Variables and Data Types in Java
Cover image for Variables and Data Types in Java

Variables and Data Types in Java

Comments
2 min read
Understanding float and double in Java
Cover image for Understanding float and double in Java

Understanding float and double in Java

Comments
1 min read
Types: char and boolean
Cover image for Types: char and boolean

Types: char and boolean

2
Comments
1 min read
Exploring Non-Primitive Types in Java: A Dive into Object-Oriented Programming
Cover image for Exploring Non-Primitive Types in Java: A Dive into Object-Oriented Programming

Exploring Non-Primitive Types in Java: A Dive into Object-Oriented Programming

Comments
2 min read
Understanding Strings and Arrays in Java
Cover image for Understanding Strings and Arrays in Java

Understanding Strings and Arrays in Java

1
Comments
2 min read
Exploring the for Loop in Java
Cover image for Exploring the for Loop in Java

Exploring the for Loop in Java

Comments
2 min read
Exploring While and DoWhile in Java: Master Loop Structures with Practical Examples
Cover image for Exploring While and DoWhile in Java: Master Loop Structures with Practical Examples

Exploring While and DoWhile in Java: Master Loop Structures with Practical Examples

Comments
2 min read