-
Exploring Java Fundamentals Part 2 🔢!
“Innovation happens in the darndest places, and when you think it’s just a fad is often when it’s just about to change the world.” - James Gosling Understanding Object-Oriented Programming (OOPS) in Java Hey there! Today, we’re going to learn an important topic which is Object-Oriented Programming (OOPS) in Java. But before we get starte... Read More
-
Learning Java Fundamentals 🔤!
In this Blog we’ll briefly learn about variables, datatypes, conditional statements, loops and functions in Java. Let’s start Variables Variables are containers for storing data values. In Java, variables must be declared with a specified data type before they can be used. Here are some common types of variables: int: Used for storing i... Read More
-
Start Exploring Java Fundamentals A Comprehensive Guide đź“–!
My first Blog. Introduction In my exciting journey as a tech enthusiast, I recently immersed myself in the dynamic world of Java programming. This comprehensive guide aims to provide a detailed understanding of Java fundamentals, covering key concepts, the underlying principles of object-oriented programming (OOP), and an exploration of Java’s... Read More