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?
Can I map more than one table in a cmp?
Hi frnds ,iam new to java and j2ee ,my requirement is using java or any j2eetech how to lock an user when he enter wrong credentials(uname&password) more than 3 times.take the username and passowrd in a bean no need to conned Db kindly provide me sample application code or and ideas or links or tutorials plzzzzz urgent for me thanks in advance...
hi, All are saying that now software field position is not good and in 5-10yrs total software field ll be saturated . is it true? i am unable decide ii continue in this field or not please tell me?
Describe activation process?
What is the purpose of the notify() method?
what is activation monitor and what is its job?
Can you give me a simple example of using the requiredif validator rule?
Explain ioc concept?
which type of objects reference will be given to client?
How can I scroll through list of pages like the search results in google?
Why use a datasource when you can directly specify a connection details?