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
How can I avoid validating a form before data is entered?
how i secure my site with the https protocol.what are the steps?
What state does a thread enter when it terminates its processing?
What is threadfactory?
What value does readline() return when it has reached the end of a file?
what is a portable component?
Brief description about local interfaces?
Explain about local interfaces.
How messaging services are done, before release of JMS?
what are the activation groupworks?
How is a java object message delivered to a non-java client?
which book is better for jdbc ,servlets and jsp
What is glasgow?
What are the services in RMI ?
What is a modular application?