What do java -version and javac -version verify?
java -version
javac -version
They check the installed Java runtime and Java compiler, respectively.
Both commands display the contents of the current Java source file.
The first compiles a program and the second runs its bytecode.
They verify the WebIDE file explorer and code editor panels.