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

Can we override the overloaded method?

1 Answers  


Explain about oops concepts.

1 Answers   Aditi Placement Service,


What is xslt in java?

1 Answers  


can java object be locked down for exclusive use by a given thread? : Java thread

1 Answers  


Which containers use a flowlayout as their default layout in java programming?

1 Answers  


What is the difference between set and list?

5 Answers  


Is java type safe?

1 Answers  


Why arraylist is not synchronized in java example?

1 Answers  


What is string immutability?

1 Answers  


Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.

4 Answers  


Why is String immutable?

1 Answers   Atos Origin,


What is the difference between serializable and externalizable interface?

1 Answers  


Categories