Answer Posted / abhishek
see,javac is compiler of java which is use to convert
the .java file into .class file,but only .class file can
not exceute the java program for exceuting java program we
should require a enviorment and a JIT compiler,the
enviorment over which .class file exceutes itself is called
jre(java runtime enviorment),Na JIt compliler which works
as interepter for .class file ,that makes java plate for
independent
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What if I write static public void instead of public static void in java?
What is the symbol for line break?
What is difference between filereader and bufferedreader?
What is arrays fill in java?
What is the purpose of the main method?
What are thread local variables?
Does java arraylist maintain insertion order?
What is java used for on a computer?
What is unicode used for?
What are the four corner stones of oop?
What methods are used in Servlet?Applet communication?
Why pass by reference is not possible in java?
Why java is not 100% object-oriented?
What is anagram word?
What is Hierarchy of exception?