Can we have two methods in a class with the same name?
No Answer is Posted For this Question
Be the First to Post Answer
What is a parent class in java?
How can we create objects if we make the constructor private ?
How do you input a string in java?
What is polymorphism in java? What are the kinds of polymorphism?
Can we have return statement in finally clause? What will happen?
What is a literal coding?
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 the difference between array and array list in java?
How many types of memory areas are allocated by JVM in java?
What is the main functionality of the remote reference layer?
Can you call a method on a null object?
Can we declare Pointer in Java?