Answer Posted / kartheeswari
Allows many methods with same name and with different
argument list, order,type to do the closely related task.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What do you mean by inner class in java?
what do you understand by the term string with respect to java?
Can we return null in java?
What was java originally called?
Can a main method be declared final?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Can java program run without jre?
How to implement an arraylist in java?
How does arraylist size increase in java?
What is difference between wait and notify in java?
String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?
How to convert string to byte array and vice versa?
Define jre i.e. Java runtime environment?
What is double parsedouble in java?
Can we extend immutable class?