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 |
What is static block?
Does java set allow duplicates?
A class can be a subclass of itself?
Garbage collection in java?
How to compare two strings in java program?
What is the difference between Trusted and Untrusted Applet ?
How do you compare two strings? any predefined method for this?
Can an arraylist be empty?
What is the basic of java?
What is classname class in java?
What is the difference between access specifiers and access modifiers in java? 16
What is supplier in java?