Java Conditional and Loop Statements

Java Conditional and Loop Statements Java Flow Control i) Java Conditional Statements 2) Java Loop Statements ————————————————————– i) Java Conditional Statements > Conditional Statements are used to insert verification points and error handling. a) Two types of Conditional statements in Java 1) if statement 2) switch Statement ———————— b) Types of Conditions 1) Single Condition … Read more

Java Tutorial 2

Java Tutorial 2 (Comments in Java, Java Data Types, Java Modifiers, Java Variables and Operators in Java) I) Comments in Java Comments are English words, can be used for code documentation. Purpose of Comments: a) To make the code Readable b) To make the code disable form execution Comments Syntax in Java: Use // for … Read more