clearscreen?
In C you have clrscr() to clear the command line,
Is there any for Java?
tnx.....!!!!!!
In C you have clrscr() to clear the command line,
Is there any for Java?
tnx.....!!!!!!
> In C you have clrscr() to clear the command line,
>
> Is there any for Java?
>
> tnx.....!!!!!!
No, there is not. You could print a couple of empty lines to the console to mimic this.
Not that Java doesn't know any command line, just some streams.
Maybe a lib like JCurses can help.