Classes have resumed - Summer Camp is Cancelled

SIMTEK GAME DEVELOPMENT
SIMTEK GAME DEVELOPMENT
  • Home
  • Schedule
  • Roblox Specialization
  • Java Specialization
  • Contact Us
  • Staff
  • Karate Club
    • Home
    • Schedule
    • Roblox Specialization
    • Java Specialization
    • Contact Us
    • Staff
    • Karate Club

  • Home
  • Schedule
  • Roblox Specialization
  • Java Specialization
  • Contact Us
  • Staff
  • Karate Club

Java Specialization

image241

Oracle Certified Associate, Java SE 8 Programmer

Java Specialization is currently focusing on the Java certification exam as well as practical aspects that are needed for industry.    

Installing The Java Development Kit

Getting started with the Java Development Kit

Download And Install Eclipse IDE

Step by step instructions on how to download and install eclipse.


Java Fundamentals Playlist:


https://www.youtube.com/playlist?list=PLy_tFex1QEIU0Q48T48VNObf1MAz2wFF2

Create A Java Project With Eclipse IDE

Getting started with your first project/program in Java.


Java Fundamentals Playlist:

https://www.youtube.com/playlist?list=PLy_tFex1QEIU0Q48T48VNObf1MAz2wFF2

Scanner: Getting Input From The User

 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

Helpful String Methods In Java

 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

Java Programming: If, Else If, And Else

 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

Java Programming: Logical Operators in an IF Statement

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.
 

Java Programming: While Loop

 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 

Java Programming: Arrays and For Loops

 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. 

Java Programming: Object, Constructor, and Methods

 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.

Video

Check out this great video