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 |
What is an example of a constant variable?
How many techniques can be employed to create a string object?
How do you reverse sort a list in java?
What is a heavyweight component?
What is an Exception ?
How can a class be accessed, If no access modifiers are declared?
What is the difference between an if statement and a switch statement?
What is the old name of java?
What exactly is a .class file?
Explain tree set and its features?
what is difference between Exception and Error?
what do you understand by synchronization? : Java thread