Question/ Objective / Doubt:
is there any substitute for getch(), clrscr( ) which is widely used in c++
or
should i use these two line for the single word
getch();
BufferedReader br= new BufferedReader(new InputStreamReader(System.in));
br.read()
i couldn't guess anything for
clrscr()
I Think/ Hope / Guess:
i hope there wold be something similar in Java
Jesh
Share knowledge; Grow together;