what is difference between global methods and local methods?
Answer Posted / 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 |
Post New Answer View All Answers
Is main a function?
What is the final method?
Can an object be null?
What does ide stand for?
Does java have a compiler?
Why hashcode is used in java?
What does exclamation mean in java?
How java uses the string and stringbuffer classes?
What are the legal parameters?
What is boolean false?
How do you remove spaces in java?
What is main in java?
What is size of int in java?
What is externalizable interface?
Explain wait() method of object class ?