what about static?
Answer / satyanarayana m
Static is a keyword in java,
static means only one copy exists for entire class
irrespective of the number of objects that exists for that
class.
The static variables are initialized when the class is
loaded and the non-static variables are initialized just
before the constructor is called.
| Is This Answer Correct ? | 16 Yes | 0 No |
what are JSP tags? what is difference between include action and directory?
In a multitiered application which tier is the browser in?
What is JTS?
What you mean by COM and DCOM?
What are the services in RMI ?
Difference Between getRequest and PostRequest?
suppose i open my yahoo mail.then copy the url. then sign out & close browser.then open browser paste that url on the browser.will i get my mail opened or not? i know it ill not.but how it work.how i create like this type of secure site?
How are the elements of a borderlayout organized?
What are the states associated in the thread?
What is a policy?
What is the difference between static and non-static with examples?
can i call multipule form beans in Action class?