Explain aggregation in java?
No Answer is Posted For this Question
Be the First to Post Answer
Where are local variables stored?
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?
What is a condition in programming?
Is null in java?
What are bind parameters?
Difference between method overloading and method overriding in java ?
Can we call thread start () twice?
There are 100 keys and values in HashMap.how to get the keys and values?
State one difference between a template class and class template.
When does a class need a virtual destructor?
What is currentthread()?
Can you override a private or static method in java?