What do you mean by composition in java?
No Answer is Posted For this Question
Be the First to Post Answer
What does %d do in java?
How to add menushortcut to menu item?
What is hotjava?
Explain what pure virtual function is?
Why is a string immutable?
What is a super method?
What is intern method in java?
What is a nested class?
What’s the difference between constructors and other methods?
What are void pointers?
7) Suppose there is Student class like class student { int age; string name; } We want to store these objects in a HashMap. Do we need to override any methods in Student class? If any which ones and why? what if i just override equals or just hashcode? what will be the results in both the cases?
Why is String immutable?