If a method is declared as protected, where may the method be accessed?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between null and void?
What is json parser in java?
What is a constructor, constructor overloading in java?
what is the use of abstract class and interface with example?
2 Answers Cycore, DNS, Technoram,
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 main thread in java?
What is the concept of multithreading?
What is boolean flag in java?
What are the advantages of java over C++?
How can we create a synchronized collection from given collection?
What is regex java?
Name and explain the types of ways which are used to pass arguments in any function in java.