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

What is the maximum size of array in java?

0 Answers  


Explain about assignment statement?

0 Answers  


What is java thread dump, how can we get java thread dump of a program?

0 Answers  


How many types of variables are there?

0 Answers  


How to know the host from which Applet is originated?

1 Answers   Wipro,






What does it mean to be immutable?

0 Answers  


What is the range of the short type?

0 Answers  


When arithmeticexception is thrown?

0 Answers  


Is it possible to create object with out its default constructor? if possible how? else not possible? justify

5 Answers  


Give an example of call be reference significance.

0 Answers   Agilent,


Does substring create a new object?

0 Answers  


Write a code to show a static variable?

0 Answers  


Categories