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 |
Explain how to convert any java object into byte array.
What are E and PI?
What are the types of arrays in java?
How can I become a good programmer?
What is mvc in java?
5 What is Java exception handling?
What is a java applet? What is an interface?
Can a final variable be manipulated in java?
What is difference between equal and == in java?
What is the reflection?
what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0
What is the difference between Resultset and Rowset.