Explain Method Overloading in Java.
Answer / nashiinformaticssolutions
In Java, method overloading is the practice of generating several method signatures using a single method name. Method overloading can be accomplished in two ways:
Changing the quantity of arguments
Modifying the method's return type
| Is This Answer Correct ? | 0 Yes | 0 No |
What does singleton mean in java?
diffrence b\w println() and printf()
How use .contains in java?
Is it necessary for the port addresses to be unique? Explain with reason.
What is difference between fileinputstream and filereader in java?
Is it necessary that each try block must be followed by a catch block?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What are parsers? Dom vs sax parser.
What is casting?
How can you generate random numbers in java?
What are Normalization Rules? Define Normalization?
How do I get a substring?