
Learn what this class will go over and the definition of a keyword. We'll discuss the main groups of keywords and list them all.
We will review each of the 8 primitive datatypes and show examples of each.
Enum's are a special kind of datatype that can be used as a user-defined list of constants. We touch on the power of enum and some advanced features.
Learn all keywords that control the order of execution in your program and when to use each of them. We cover different forms of conditional control, looping, and branching keywords.
Learn how to declare concrete and abstract classes and interfaces. How to extend other classes and implement interfaces are covered.
We cover modifiers that control the 4 types of access: Public, Package private, Protected, and Private.
Learn the remaining keywords. Some are little known and used. But knowing they exist and when to use them could help you in your next project.
Wrap up the course and provide summary remarks.
This course will show you each of the Java keywords and see examples of how to use them in your code. We will use Netbeans to run the code and show what works and what doesn't in Java.
In less than 1 hour you will see all of the keywords and many that you may not have known existed. Get a better understanding of what Java can do by thoroughly understanding how the keywords fit into the code.
We cover datatypes, flow control, class declaration, modifiers, and miscellaneous keywords.