what is difference between global methods and local methods?
Answer / 31st august 2009
Global methods are declared globally at class level(Like
static methods), we can directly access those methods with
out creating an object.
Loca methods are declared inside a class, u need to create
an object in order to access those methos
Thanks,
Aryan
sridhar.rvce@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain difference between final, finally and finalize?
What is arraylist e?
What is an off by one error in java?
why HashTable not allow null key and value
Create a form of user Login in JSP, that accepts the user name and password from user and authenticate it with user names and passwords stored in database. (Plz provide me answer immediately)
question on Thread synchronization
What are packages and name a few?
what are abstract functions?
What is java dot?
Why set is used in java?
What are thread safe functions?
Explain wait() method of object class ?