Working with Java in a Windows computer lab.
System.out.print ("Hello!");
System.out.print ("\b");
Print
Hello! []
Where [] is a field to indicate a character, the font does not support or has an invalid ASCII value or something like that.
This is something rather primitive and useful for creating attractive terminal applications, so please help me :)
source
share