Classes have resumed - Summer Camp is Cancelled
Classes have resumed - Summer Camp is Cancelled
Java Specialization is currently focusing on the Java certification exam as well as practical aspects that are needed for industry.
Getting started with the Java Development Kit
Step by step instructions on how to download and install eclipse.
Java Fundamentals Playlist:
https://www.youtube.com/playlist?list=PLy_tFex1QEIU0Q48T48VNObf1MAz2wFF2
Getting started with your first project/program in Java.
Java Fundamentals Playlist:
https://www.youtube.com/playlist?list=PLy_tFex1QEIU0Q48T48VNObf1MAz2wFF2
In this video I introduce the Scanner class to get input from the user from the console or command prompt. The playlist URL for this Java Tutorial is here: Playlist: https://www.youtube.com/playlist?list=PLy_tFex1QEIU0Q48T48VNObf1MAz2wFF2
In this video I introduce some helpful string methods used in Java. The lesson includes: indexOf, substring, length, trim, toUpperCase, toLowerCase and how to reverse a string using the StringBuilder class. The playlist URL for this Java Tutorial is here: Playlist: https://www.youtube.com/playlist?list=PLy_tFex1QEIU0Q48T48VNObf1MAz2wFF2
In this video I introduce the If - Else If - Else conditional statement to determine which code block to execute. The playlist URL for this Java Tutorial is here: Playlist: https://www.youtube.com/playlist?list=PLy_tFex1QEIU0Q48T48VNObf1MAz2wFF2
In this Java Programming video I introduce the logical operators AND and OR in the IF Statement to test more than one condition before entering the code block.
In this Java programming video I introduce the while loop. I get input from the user with the Scanner until the user enters "q" or "quit" to escape the loop. I also show you an example of how to use De Morgan's Law to change the structure of the loop's breakout condition. The playlist URL for this Java Tutorial is here: Playlist: https://www.youtube.com/playlist?list=PLy_tFex1QEIU0Q48T48VNObf1MAz2wFF2
In this Java programming video I introduce arrays and the for loop. I calculate the first 12 numbers in the Fibonacci sequence, store them in an integer array, and use a for loop for both calculating the values, and printing the values.
n this Java programming video I introduce object creation (instantiate and object) using a simple constructor. Additionally, I demonstrate how to create a simple method with no return type or arguments, a method with arguments, and a method with arguments and a return type.
Check out this great video