I have Java 11 installed. When I run the command java <filename.java>, for compiling and running the code, it compiles and runs the program, shows the output in CMD, but it doesn't produce any .class file.
Could you explain to me why it does not produce the .class file?