📅 Week 5



📅 Week 4


Daily Java Challenge #3 - Calculate Rectangle Area

[Java, Daily-Challenge]

Problem: Write a Java program that calculates the area of a rectangle given its length and width. Include both hardcoded values and user input versions.

Daily Java Challenge #2 - Add Two Numbers

[Java, Daily-Challenge]

Problem: Write a Java program that adds two numbers and displays the result. Include both hardcoded values and user input versions.


📅 Week 3


Java Inheritance Basics

[Java]

In this post, we’ll explore one of the fundamental pillars of Object-Oriented Programming: inheritance. Inheritance allows you to create new classes based on existing ones, promoting code reuse and establishing relationships between classes.

Java Strings and Type Conversion

[Java]

In this post, we’ll dive deep into Java Strings and explore how to convert between different data types. Strings are one of the most commonly used data types in Java programming.

Java Variables and Primitive Data Types

[Java]

In this post, we’ll explore the foundation of Java programming: variables and primitive data types. Understanding these concepts is crucial for storing and manipulating data in your Java programs.

Java Packages and APIs

[Java]

A package in Java is used to group related classes. Think of it as a folder in a file directory. We use packages to avoid name conflicts, and to write better maintainable code.

Java Error Handling and Debugging

[Java]

In this final post of our Java series, we’ll explore error handling, debugging techniques, and best practices for writing robust Java applications. Understanding how to handle errors properly is crucial for creating reliable software.




📅 Archives ...