Answer Posted / prasad
when we use method in a class hane same name with different
arguments are calles method overloading
when we use methodes with same class name and same
arguments called ovverriding
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
Can variables be used in java without initialization?
Why do we need singleton class?
How can you read an integer value from the keyword when the application is runtime in java? example?
Can we able to pass objects as an arguments in java?
Why we used break and continue statement in java?
What is intern method in java?
What is file in java?
What interface is extended by awt event listeners?
Explain the importance of finalize() method.
Have you ever used hashtable and dictionary?
What are the 2 types of java programs?
Is it possible to compare various strings with the help of == operator?
What's the purpose of using break in each case of switch statement?
What are nested classes in java?