Control structures: Control structures are mostly used to control the flow of your program. Java provides the following control structures. […]

Switch statements: Test a variable's value with a list of values defined by us, where an appropriate match is found. The […]

Loops: A loop can be defined as a repeated execution of statements or a block of statements a specified no. of […]

  Application Programming          Application programming also referred as console based programming will be syntactically and semantically similar to 'C' (or) 'C++' programs. These […]

  Arrays          An array can be defined as a collection of similar elements. Java supports three types of arrays […]