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 handle?
Can I map more than one table in a cmp?
How database connectivity in XML is achieved?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What is the infobus?
Why is actionform a base class rather than an interface?
What are the benefits of detached objects?
Can I use multiple html form elements with the same name?
which book is better for jdbc ,servlets and jsp
Do I need to import javlang package any time? Why ?
What are various types of class loaders used by jvm?
What is Stream Tokenizer?
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 the advantages of JTA over JTS?
What state does a thread enter when it terminates its processing?