Answer Posted / ravikiran(aptech mumbai)
method overloading is the type of polymorphism with a
different argument list and same method name and can takes
place inside the same class only
method overriding is the process of writing a different
functionality having the same method signature
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the important methods of java exception class?
Why we go for collections in java?
Tell me how many ways are there to initialise an integer with a constant.
What are internal and external variables?
Is java call by reference?
How will you initialize an Applet?
What is mnemonic code?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What happens when main () method is declared as private?
Does variable declaration allocate memory?
what is the swingutilities.invokelater(runnable) method for? : Java thread
What is multithreading in java?
What does it mean to be immutable?
How many arguments can a method have java?
Can a main method be overloaded?