Computer Science, asked by bhatbhargavi06, 3 months ago

Which command in java is used to clear screen?​

Answers

Answered by niveditabhat
1

Answer:

For clearing screen in java, an escape sequence is used:

System.out.println("\f");

Answered by nikisendriya17
1

Answer:

Java: Clear the console. system("CLS").

Explanation:

Hope it's helpful for you make me briliant

Similar questions