Answer Posted / janet
Method overloading: when a method in a class having the
same method name with different arguments is said to be
method overloading.
Method Overridding: when a method in a class having the
same method name with same arguments is said to be method
overridding.
| Is This Answer Correct ? | 21 Yes | 5 No |
Post New Answer View All Answers
What is the purpose of the System class?
If a class is declared without any access modifiers, where can the class be accessed?
What is immutable class in java?
How does thread synchronization occurs inside a monitor? What levels of synchronization can you apply?
What does the string method compareto () do?
What is an interface in java? Explain
What is the function of log?
Can static method access instance variables ?
What is size () in java?
What is the purpose of the enableevents() method?
Can singleton class be cloned?
What is classes in java?
Can you override static methods?
How to create a fecelet view?
Why are data types important?