Book Image

Object Oriented Java [Video]

By : ACI Learning, Mark Davis, Justin Dennison
5 (1)
Book Image

Object Oriented Java [Video]

5 (1)
By: ACI Learning, Mark Davis, Justin Dennison

Overview of this book

A meticulously designed to guide you through the intricacies of Java programming, whether you're a beginner just starting out or a developer looking to refine your skills. Led by experts Mark and Justin, this course begins with the essentials—installing the Java Development Kit (JDK) and Eclipse IDE, and quickly moves into the building blocks of Java programming. You'll learn about control flow structures, Java primitive types, arrays, loops, and strings, setting a solid foundation. The course then transitions into more complex topics such as object-oriented programming, handling exceptions, debugging, and utilizing Java’s vast libraries for IO operations, networking, graphics, and data handling. By implementing a number of hands-on projects, including a basic guessing game and a 2D graphics application, you'll not only understand Java's syntax but also its practical application in real-world scenarios. This comprehensive journey will arm you with the knowledge to write clean, efficient Java code, ready for deployment.
Table of Contents (3 chapters)
Chapter 1
Basics
Content Locked
Section 3
Control and Program Flow: if
In this episode, Mark and Justin start discussing the usage of if structures in conjunction with Boolean logic to provide decision-making capabilities to our Java programs.