clearscreen?

In C we have clrscr() to clear the command line,

Is there any in Java?

[83 byte] By [viciousa] at [2007-11-27 11:11:59]
# 1

One's enough.

http://forum.java.sun.com/thread.jspa?threadID=5197118

CeciNEstPasUnProgrammeura at 2007-7-29 13:51:44 > top of Java-index,Java Essentials,Java Programming...
# 2

Inside the for loop u can give this statement

System.out.println();

It ll work.

Rosy_Thomas@Javaa at 2007-7-29 13:51:44 > top of Java-index,Java Essentials,Java Programming...
# 3

> It ll work.

Not really, no.

~

yawmarka at 2007-7-29 13:51:44 > top of Java-index,Java Essentials,Java Programming...