JAVA-Core Simple examples done using Java OOP concepts Content Introduction To Java Example HelloWorld Introduction To Programming Programs Variable Creation Variable Naming rules Variable Rules literals Data Types Expression Input Methods Operators Arithmetic Operations Assignment Operators Bitwise Operations Unary Operations Pre Increment operator Pre Decrement operator Post Increment operator Post Decrement operator InstanceOf Operations logical operations Relational Operations Shifting Operations Ternary Operators Java Flow Control Programs if if else if else if ladder if else nested Switch case loop for loop for each loop while loop do while loop infinite loop for Loop vs For each loop break statement break nested loop label break Loop continue statement continue nested Loop label continue loop Java arrays Programs Arrays Multidimensional Array OOP 1 Programs OOP 2 Programs OOP 3 Programs