
Loops in JAVA
while loop, for loop, do-while loop
Search for a command to run...

while loop, for loop, do-while loop

Switch, Enhanced-Switch, Nested-Switch in JAVA

if, if-else, if-else-if, nested if-else

Primitive Datatypes Primitive data types in Java are predefined by the Java language and named as the reserved keywords. A primitive data type does not share a state with other primitive values. Primitives are also the data types that one cannot brea...

Inputs and Outputs in JAVA

Basics of Java, Classes and Compilation

Tools required to start programming in java

Compiler Architecture & Working

In this article we'll learn about control flows, flowcharts and pseudocode of a program. Flowcharts Flowcharts is just a visual represemtation of the logic we think or an algorithm we create to solve a particular problem. As every language we speak h...