Description
In this course, you will learn:
- A better understanding of core Java principles is essential for automation testing.
- Practical comprehension and application of each topic.
- The ability to write any Java program logic using the strategies.
- The course begins from scratch and covers software installation step by step.
Syllabus:
1. Introduction of Java and Eclipse IDE.
- Java Introduction and Installation on Windows machine.
- Introduction
2. Java Basics - Variables, Data types, Operators, and Control Statements
- Understand Java main method, it's signature and write first Java program.
- Introduction Java variables.
- What is Local variable and It's rules.
- What is Instance variable and It's rules.
- What is Static variable and It's rules.
- What is data type and it's different types.
- What is a Operator and it's different types.
- Arithmetic Operators
- Assignment Operators
- Relational Operators
- Logical Operators
- If Else Introduction