Example:
Printing "Hello World"
public class HelloWorld{
public static void main(String[] args){
System.out.println("Hello World");
}
}
Variable types
int numberfloat number with decimalsString textchar symbolsboolean true or false