-2

I want to know that how can I clear console screen in java. The IDE I am using is IntelliJ IDEA. For example: In C language we use to write: clrscr();

1 Answers1

0

That is not possible in IntelliJ as the console is not a real terminal.

There are however different console plugins where this is possible. One of which is the Grep Console.

Amin Alian
  • 11
  • 3