can a static method be overridden
Answer Posted / srinivas katta
Hi, Aswini ur program is wrong, there is no relation btween
cal methods in ur program, overriding means there must be
same no of arguments,there is a change in no of argumetns
in ur program.
static methods can not be overridden
ex:
main method is static, we can overload it but we can not
override it.
| Is This Answer Correct ? | 27 Yes | 5 No |
Post New Answer View All Answers
whats is mean by connectionpooling
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
What is the purpose of the notifyall() method?
Why is actionform a base class rather than an interface?
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
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What is the immediate superclass of the applet class?
Write a program to show synchronization?
Is the session factory thread safe?
Can you give me a simple example of using the requiredif validator rule?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
What is the diffrence between a local-tx-datasource and a xa-datasource? Can you use transactions in both?
What is Stream Tokenizer?
Name the class that is used to bind the server object with RMI Registry?
Describe activation process?