Explain java coding standards for interfaces?
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?
explain about method overloading and method overriding with difficult examples
How can we achieve thread safety in java?
What is the GregorianCalendar class?
What is flush () in java?
Can a final variable be initialized in constructor?
What is type parameter in java?
What is the format of Inner Class after it compiled?
What is difference between path and classpath?
What are access specifiers available in java?
What are byte codes?
What is difference between word and integer?