The Artima Developer Community
Sponsored Link

Java Answers Forum
JIT file extension

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dhairyashil patil

Posts: 1
Nickname: jkop
Registered: Mar, 2007

JIT file extension Posted: Mar 5, 2007 5:08 AM
Reply to this message Reply
Advertisement
When I compile a .Java file it gets compiled into .class file.
As per the new Hot spot compiler this .class file is execute it is compiled into native code and this native code is called when it is executed again.
Where and with what extension is the native complied code stored?
If we want the code to be ported to another OS which file has to be distributed?

Topic: JIT file extension Previous Topic   Next Topic Topic: CORBA vs Web Services

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use