Posts

Showing posts from March, 2025

Week 1 CPT307 Blog Post

  Getting Started with Java and Object-Oriented Programming (OOP): A Beginner’s Guide If you’re just starting your programming journey, welcome! Today, I’ll share my experience diving into Java and the world of object-oriented programming (OOP). I will also provide a beginner friendly guide to getting started with Java and breaking down key OOP concepts in a way that’s easy to grasp. Let’s get started! Setting Up Java: Your First Step Before writing your first Java program, you need to set up your development environment. While I won’t cover every technical detail here, I found some great resources that made the process easier: Oracle’s Official Java Downloads: Java SE Development Kit:  Java Downloads | Oracle Once you’ve installed Java and your IDE, test your setup by running the classic “Hello, World!” program. It’s a rite of passage for every programmer—and trust me, the feeling of accomplishment is worth it! What Is Object-Oriented Programming (OOP)? Object-oriented progra...