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 private static class in java?
What is difference between path and classpath variables?
What does java se mean?
Is there any sort function in java?
give an example for encapsulation?
Is there a case when finally will not execute?
What is the full name of java?
What is a private class in java?
What is java volatile?
What is difference between static and abstract class?
Can we use static class instead of singleton?
How java is similar to c?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is the difference between static and non-static variables in java programming?
What does microservices mean?