Java Language Elements

java tutorial

13 – Java IO

Selenium Class 13 – Java IO Java Input and Output Operations Input: Input using input devices (keyboard & Mouse) Read data from Files (text/excel/database files etc…) Read data from Application objects/elements Output: Display message/s...

Java Tutorial

10 – Java Control Flow Statements

Selenium Class 10 – Java Control Flow Statements Java has three types of Control Flow Statements i) Conditional / Decision Making Statements ii) Loop Statements iii) Branching Statements Java Operators Continuation d) Java Logical...

java tutorial

8 – Java Variables

Selenium Class 8 – Java Variables Yesterday Class Continuation: Java Data Types 2) Non Primitive data types / Reference data types Non Primitive data types in Java are Objects (String, Array etc…) Example: String...