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
Can a class extends itself in java?
What is a parent class in java?
Does java have extension methods?
When does a class need a virtual destructor?
Can interface be private in java?
Can we serialize static variables in java?
what is the constructor and how many types of constructors are used in java?
Explain the difference between protected and default access.
What is meant by final class?
Is singleton class immutable?
How do you declare a string variable?
What is the basic concept of java?
How do I stop concurrentmodificationexception?
How concurrent hashmap works?
Difference between == and .equals() ?