1. Java Basics
First tutorial course demonstrates the Internet Guru Academy dashboard. All classes can be solved using its integrated components. The course requires no prior knowledge.
- Viewing as an unsigned user.
- Login to start working on classes.
-
Input and output By completing this chapter, you will learn how to print output, read input and concatenate strings.
- Viewing as an unsigned user.
- Login to start working on classes.
-
If and switch conditions Some code needs to be executed only if certain conditions are met. There are three statements to handle conditions:
if
,if-else
, andswitch
.
- Viewing as an unsigned user.
- Login to start working on classes.
-
For and while loops Loops are used to execute code blocks repeatedly until a particular condition is satisfied. In Java there are three types of basic loops:
for
,while
anddo-while
.