This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes what happens behind the scenes when you execute the Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply locked New topic
Author

what happens behind the scenes when you execute the "java" command ?

Richards Milan
Greenhorn

Joined: Jun 24, 2012
Posts: 29

"java" command is used to run the application , but what is happening behind the scenes ?
does it start the JVM ?? or simply loads the class into the JVM ??

Do you know why Java programmers wear specs ? Its because they don't 'C#'
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32644
    
    4
I think the answer is the same as I gave you to your other question. Same Java Language Specification link. Try ยง12.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: what happens behind the scenes when you execute the "java" command ?
 
Similar Threads
garbage collection
Number n = 5; but Number is abstract?
Java Demystified - On JVM internals
run()
Package confusion.