How to clear dos screen in JAVA?
I am also finding you can use this:
System.out.println("\033");
I have checked it in Eclipse. Please check it in any other
compiler/ IDE.
Sorry Doesn't work with my Java 6
Output -
/033
/033 : Your slash is the wrong way around ("\033", not
"/033").