How to optimize the javac output?
No Answer is Posted For this Question
Be the First to Post Answer
Why do people says “java is robust”?
Why set do not allow duplicates in java?
What are exceptions
What is the difference between method and constructor ?
class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.
Can a lock be acquired on a class?
How multipleInheritance is possible in java?
Why do we need to override equals() and hascode() method of object class?
what is meant by encapsulation?
What are the major drawbacks of external iteration?
In method overloading ,if i change the return type to Long instead of INT,is the program execute
What are the main uses of this keyword?