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 |
Can we override the overloaded method?
Explain about oops concepts.
1 Answers Aditi Placement Service,
What is xslt in java?
can java object be locked down for exclusive use by a given thread? : Java thread
Which containers use a flowlayout as their default layout in java programming?
What is the difference between set and list?
Is java type safe?
Why arraylist is not synchronized in java example?
What is string immutability?
Hi Friends, can you explain instance in java. In general instance means "occurence of something" . In java what is instance.
Why is String immutable?
What is the difference between serializable and externalizable interface?