Answer Posted / guest
overriding means same method same arguments and same retun
type
overloading means same but with different arguments
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Explain when noclassdeffounderror will be raised ?
What is java virtual machine? Explain
Name few java util classes introduced with java 8 ?
Explain about complier design(phases)
Why does java not support pointers?
Explain about procedural programming language or structured programming language and its features?
Can we serialize singleton class?
What is type safety in java?
How are observer and observable used in java programming?
Can you override private or static method in java?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
How do I know if java is installed?
What is the meaning of 3 dots in java?
How do you clear an arraylist in java?
What is the final keyword denotes?