Answers for "Write a package called Clear, it contains one public method clrscr() to clear the screen, import the package and use it in another program"

2

java clear console

Runtime.getRuntime().exec("cls");
Posted by: Guest on June-23-2020

Code answers related to "Write a package called Clear, it contains one public method clrscr() to clear the screen, import the package and use it in another program"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language