File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Beginning Java and the fly likes PROCEDURE Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "PROCEDURE" Watch "PROCEDURE" New topic
Author

PROCEDURE

balwant singh
Greenhorn

Joined: Jul 28, 2005
Posts: 4
Hello ,

I am very new to Java language. I want to know that after the compilation of any *.java program,We get *.class file. Then we execute this class file using the tool "java classfilename".

Now I want to know what actually happens intenally.

Thanks.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35223
    
    7
You mean, how the Java Virtual Machine (JVM) interprets and/or compiles the class file into a running program? Head over to java.sun.com and search for "JVM"; that will bring up some articles and links that will get you started. If you are REALLY interested in the JVM, you might even study the JVM specification (also on java.sun.com).


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: PROCEDURE
 
Similar Threads
.class to .java
Security of Java Jar file
public class in Java program file
package and classpath
Why one public class