Answer Posted / narasimha rao bodagala
Example:
class A {
static void something () {}
}
class B extends A {
static void something () {}
}
....
A anA = new B ();
anA.something ();
so, the compiler will not check the which one is to create
or which one is called method.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is glasgow?
Java is fully object oriented languages or not?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
what are RemoteObjects?
Explain phantom read?
what is a non-repeatable read?
Difference between loadclass and class.forname?
what is an isolation level?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
what is meant by JRMP?
Name the class that is used to bind the server object with RMI Registry?
How substring() method of string class create memory leaks?
Why do threads block on i/o?
difference between ejb,struts,hibernate,spring and jsp
What event results from the clicking of a button?