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
How to change the priority of thread or how to set priority of thread?
What is nested class?
How can constructor chaining be done by using the super keyword?
Why javac is not recognized?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
Why you should not use singleton?
What is difference between static and abstract class?
Explain method local inner classes ?
What is the difference between math floor and math round?
What is meant by attribute?
What is math exp in java?
What are the Main functions of Java?
Difference between collection, collection and collections in java?
Can we use String with switch case?
Is it possible to compare various strings with the help of == operator?