Book Image

Java Programming for Beginners [Video]

By : Mr. Mark Lassoff
Book Image

Java Programming for Beginners [Video]

By: Mr. Mark Lassoff

Overview of this book

Do you want to learn an in-demand, current and frequently used programming language? Are you computer science student who needs an understandable supplement for your college-level CS course? Do you simply want to learn a language that is flexible, powerful and fun? Your adventure starts here. Java Programming for Beginners is an excellent introduction in to the world of Java programming. Expert instructor Zachary Kingston will take you through the basics of Java syntax and the complexities of Object Oriented Programming. You'll have a full understanding of Java SE programming and be able to write Java programs with graphical user interfaces that run on PC, Mac or Linux machines. This course contains hours of informative and entertaining video lecture, challenging lab exercises, and dozens of code examples you can run and learn from.
Table of Contents (11 chapters)
Chapter 3
Branching
Content Locked
Section 3
Switch... Case... Break
In this video, Zachary shows you the power of Switch Statements by writing a program using only If blocks, then converts the program to one using Switch Statements.