Define Compiling?

Answers were Sorted based on User's Feedback



Define Compiling?..

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

Define Compiling?..

Answer / padmini

Smiply in Few Words , Compiling is Generating .class File
from .java File, Because Jvm Know only Byte code which is
there in . class file

Is This Answer Correct ?    1 Yes 0 No

Define Compiling?..

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

Post New Answer

More Core Java Interview Questions

if the memory capacity is 700 presently occupied by process is 690. then another process request space(40) how this situation handled in java.

4 Answers   Wipro,


What is an object in java?

0 Answers  


Does java support multiple inheritances?

0 Answers  


Can a class be protected in java?

0 Answers  


What is the default value of float and double datatype in java?

0 Answers  






What are the string methods in java?

0 Answers  


What is numeric function?

0 Answers  


what is static import in java? Explain

0 Answers  


What is callable java?

0 Answers  


Which collection object is faster to retrieving the data and inserting the data into it.

2 Answers   Jamcracker, Virtusa,


Explain different types of wrapper classes in java?

0 Answers  


What about interrupt() method of thread class ?

0 Answers  


Categories