Answer Posted / ravikiran(aptech mumbai)
a compilation unit resides on the jvm to convert the source
code into byte code after successful debugging
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
What are the basic control structures?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
Can a class be a super class and a sub-class at the same time? Give example.
Which method returns the length of a string?
What is finalize()? Is finalize() similar to a destructor?
Why does java have two ways to create child threads? Which way is better?
Describe the various concepts related to object oriented programming (oop).
What is an example of character?
Explain polymorphism citing an example.
Can we write any code after throw statement?
What is difference between final and finally in java?
Can we sort hashmap in java?
What is the use of private static?
How many bytes is 255 characters?