Is vector synchronized in java?
No Answer is Posted For this Question
Be the First to Post Answer
Which class contains a method: cloneable or object?
What is a "pure virtual" member function?
What is the return type of the main method?
Can a final method be overloaded?
Can we execute a program without main() method?
Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?
What is static data type in java?
Give an example of use of pointers in java class.
can two class in a code be public??if yes then how??
What is the symbol for average?
What is a default constructor and also define copy contrucyor?
Why java does not supports multiple inheritance?