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
Is there is any difference between a scrollbar and a scrollpane?
What is the constructor?
What is the function of character?
What function extracts specified characters from a string?
What is the driver class?
What is the most important feature of java? What is an interface?
Print Vertical traversal of a Binary Tree.
Differentiate storage classes on the basis of their scope?
Which number is denoted by leading zero in java?
What is a boolean field?
What is the purpose of stub and skeleton?
Do loops java?
What are the different ways to handle exceptions?
What is the advantage of preparedstatement over statement?
What is the purpose of the System class?