When I write a Java code in IntelliJ IDEA and runs it, IntelliJ compiles the Java file, a class file is extracted and then the class file is run.
How can I see the
Look in /Users/itsabhiaryan/Library/Logs/IdeaIC2017.1/build-log
/Users/itsabhiaryan/Library/Logs/IdeaIC2017.1/build-log
When you build inside IDEA, it writes a log to build.log in this directory.
IDEA is not running java binary, so there is no way to see the commands.