What is proper subset?
No Answer is Posted For this Question
Be the First to Post Answer
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?
Write a program to reverse array in place?
Explain hashset and its features?
What are wrapper classes in java?
Which is faster call by value or call by reference?
Can inner class extend any class?
What is the difference between Java Bean and Java Class.?
Can we write multiple catch blocks under single try block?
What is an example of character?
What is the difference between an interface and an abstract class?
Is it necessary for the port addresses to be unique? Explain with reason.
What is the difference in between cpp and java? Can u explain in detail?