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 is the use of System class?
How do you use compareto in java?
Is overriding possible in java?
Does java arraylist maintain insertion order?
What is string example?
What is the difference between == and === javascript?
Which methods are used during serialization and deserialization process?
What is bool mean?
What does sprintf mean?
Does unicode support all languages?
When does a class need a virtual destructor?
What is stringreader?
What is a lightweight component?
Is there any limitation of using inheritance?
how does the run() method in runnable work? : Java thread