Can any body please tell me what code is used for clear screen in Java? For example in C++
system(\"CLS\");
What code is used in Java for
Try the following :
System.out.print("\033\143");
This will work fine in Linux environment