Um eine Registerkarte in Java einzufügen, wird der gleiche Prozess wie c und java
ausgeführt In C: -
printf("This will display the tab example \t After tab");
In Java: -
System.out.println("This will display the tab example \t After tab");
Gleiches gilt auch für Neue Zeile
System.out.println("This will display the New Line example \n Next Line");