Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Cameron Evans   on May 08 In Java Category.

  
Question Answered By: Willard Washington   on May 08

in my view, when we interpret a java  class(java [classname]),the jvm
responsibility is to convert the .class file into .exe file and loads
into the ram and executes it and deletes the .exe file.

for converting .class to .exe jvm internally uses a compiler like
jit(just in time)
to load it into the ram pseudo interpreter is used by the jvm
internally.

Share: 

 
 
Didn't find what you were looking for? Find more on writting java classname Or get search suggestion and latest updates.


Tagged: