Learning Objectives :
Study right from the core fundamentals of Java data and manipulating that data. After a quick recap of Java, we will dive deeper into learning and understand how to write our very own Java code. The principles we teach are just limited to Java but are also applicable to other programming languages.
Sub Topics :
Package, class, and run your first program
Variables, Literals, and Constants
Reading input from the user- The Scanner class
Introduction to Decision Structures – Operators and Expressions
If, if-else, if-else-if, nested if, and logical operators
Comparing Strings
The Switch-Statement
Introduction to Loops
Useful Loop Calculations – Input Validation and a User-Controlled Loop
Work with Files
Basics of Arrays
Comparing and Copying Arrays
Highest and Lowest values / Sum and Average
Arrays with Files and String arrays
The ArrayList class
Classes And Objects
Hands-on workshop description :
Write Java code using packages and classes. Execute conditional statements and also practice arrays in your code.