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

while creating thread why we extend thread class

2 Answers  


what is prepare statement? what is calabedtarement?

1 Answers   Symphony,


What are the 3 types of loops in java?

0 Answers  


diff. b/w JAVA and javascript...

3 Answers   NIIT,


What is static class

0 Answers   EDS,


what is for datainputstream?

1 Answers  


What is the difference between arraylist and hashset in java?

0 Answers  


What is the basic concept of java?

0 Answers  


Is main a keyword in java?

0 Answers  


where exactly collections are usefull in realtime

2 Answers  


Can we split string with in java?

0 Answers  


How does linkedlist work in java?

0 Answers  


Categories