Answer Posted / 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 |
Post New Answer View All Answers
Can we make main() thread as daemon?
How do you sort a list in java?
Explain JMS in detail.
What is int argc char * argv?
What is the default value of local and global variables?
Difference between ‘is-a’ and ‘has-a’ relationship in java?
Can memory leak happen java?
Which is illegal identifier in java?
What is thread pool in java with example?
Why is string buffer better than string ?
Can a class have multiple constructors?
Can you declare an interface method static?
What is locale in java?
What is anti pattern in programming?
Can we use both this () and super () in a constructor?