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 |
Is vector synchronized in java?
Explain the Propertie sof class?
Does sprintf add a null terminator?
What is the use of static import ?
What are the advantages of java inner classes?
what is singleton in java?
what are Hostile Applets?
Can you call a constructor within a constructor?
What are the different ways of implementing thread? Which one is more advantageous?
What is the final access modifier in java?
Can you have two constructors in java?
What are heap memory and stack memory and what are memory tables.