Does anybody know how to Clear the screen in Java?

Hi guys,In C we use System Clear.In java,which instructions shall i use in order to clear the screen?Thanks,in advance!
[140 byte] By [g_p_javaa] at [2007-10-2 4:44:51]
# 1
Check this post --> http://forum.java.sun.com/thread.jspa?threadID=228168&messageID=1028281
aniseeda at 2007-7-16 0:49:43 > top of Java-index,Java Essentials,New To Java...
# 2
[url= http://www.rgagnon.com/javadetails/java-0047.html]Clear the console[/url]
yawmarka at 2007-7-16 0:49:43 > top of Java-index,Java Essentials,New To Java...
# 3
Of course you shouldn't do so anyway...Terminal programs should coexist with all other terminal programs and not try to dominate the screen.They should never clear the screen as this would remove output from other programs running in the same terminal.
jwentinga at 2007-7-16 0:49:43 > top of Java-index,Java Essentials,New To Java...