When does a class need a virtual destructor?
No Answer is Posted For this Question
Be the First to Post Answer
What is finally and finalize in java?
what are the jsp tags with example?
How do you sort a list in java?
whats the diff between jsp and servlets?
How many wrapper classes are there in java?
what is the difference between thread and runnable types? : Java thread
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?
How do I remove a character from a string in java?
When you Click a Button, What event will be fired?
What is hashmap in java?
If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great
How do you join strings in java?