This Java course is specially designed for school students who have java as a subject in his/her curriculum.
This Java course will cover the following topics:
• Introduction to Programming in General
• Why Java became so popular
• Concepts of OOP (Object Oriented Programming)
• How these concepts are implemented in Java
• Some concepts specifically related to Java
• Setting things up to run your code
• sample hello world program
• Classes and Objects
• Programming basics
• Arrays
• Functions aka Methods
• Decision Making ( If, If Else, Switch, ternary operator)
• Loops (for, while, do-while)
• using of classes and objects
• String class
• Scope modifiers (Encapsulation)
• Exception Handling
• Operation on Files
• The real coding problems