Define Compiling?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
compiling is taken place in compiler which will debug the
code regards to syntax and in java it converst the bug free
code into byte code and jvm will load that byte code to
convert it into user understandable code
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / therathna
converting programing langauge to michine language.In java
compailing is done by interpriter this is use for to convert
programing into byte code.
| Is This Answer Correct ? | 2 Yes | 2 No |
Can an interface have a constructor?
What is the use of jtable?
Is it possible to make an array volatile?
Is a string literal?
Can I declare a class as private?
what is auto boxing
How to send a request to garbage collector?
Is multiple inheritance supported by java?
Is there any difference between nested classes and inner classes?
What is byte data type?
What is singleton class in ruby?
How big is a pointer?