How can I clear system, or clear the screen in java? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I clear system, or clear the screen in java?

8th Sep 2021, 12:36 AM
Ahmad Semsom
Ahmad Semsom - avatar
2 Answers
0
U can use Runtime.getRuntime().exec("cls")
8th Sep 2021, 2:05 AM
Pariket Thakur
Pariket Thakur - avatar
0
thanks I will try it out
9th Sep 2021, 11:48 AM
Ahmad Semsom
Ahmad Semsom - avatar