Answer Posted / siva
--checks for .class files..
--converts byte code into machine understandable code
--searches for methods to do particular actions with os.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What are multiple inheritances? Is it supported by java?
Why scanner is used in java?
What is the relationship between clipping and repainting under awt?
What is arrays fill in java?
What is methodological framework?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What’s meant by anonymous class?
Can bool be null?
how to write a program for sending mails between client and server
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What are parameters in a method?
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is indexof in java?
How is garbage collection controlled?
What is == in java?