Is it possible to do method overloading and overriding at a
time
Answer Posted / rameshreddy
No it is not possible at a time. Method overloading is
possible in the same class is possible. But method
overriding is possible its subclass only possible
| Is This Answer Correct ? | 18 Yes | 6 No |
Post New Answer View All Answers
give an example for encapsulation?
What is generic type?
How big is a boolean?
What is the advantage of preparedstatement over statement?
What are the various access specifiers for java classes?
I am unable to find or learn about print command. I have a graphical program in core java in applet but i want to give print command but i have coding for that so if anyone know about this plz mail me on avdhesh_chauhan007@yahoo.co.in
How does enum work in java?
Explain when we should make an instance variable private.
What does business logic mean?
How objects are stored in java?
What is finalize method?
What is the char data type?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
How long will it take to learn java?
How do you check if a character in a string is a digit or letter?