Unit-01 - Basics of Java
Unit-01 - Basics of Java
Java Programming
( 1ET1030406 )
• Features of Java
• Byte Code and Java Virtual Machine
• JDK
• Data types
• Operator
• Variables
• Control Statements – If , else, nested if, if-else ladders, Switch, while,
do-while, for, for-each, break, continue.
Demo Example
• Break
Jump • Continue
• return
Iteration • If
• If else
• For loop • Else if ladder
• Do loop • Nesting if else
• Do…while loop Selection • switch
Demo Example
References:
• http://www.ibm.com/developerworks/java/library/j-
codetoheap/index.html
• http://www.javamex.com/tutorials/
Questions/Comments