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 lambda expression in java?
What is difference between final and immutable?
What is tree node in java?
Can we override final method?
What is the collection interface?
What ide should I use for java?
What is gc()?
In which order the iterator iterates over collection?
What do you mean by Hash Map and Hash Table?
Is int primitive data type?
what is encapsulation in java? Explain
Can we have more than one package statement in the source file?
What is the use of default method in interface in java? Explain
What’s meant by anonymous class?
Difference between static and dynamic class loading.