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
What is a default method?
Outline the major features of java.
Can static methods access instance variables in java?
What is the concatenation operator in java?
What is package private scope in java?
What is application system?
Define how objects are stored in java?
Which collection does not allow duplicates in java?
Why call by value prevents parameter value change?
Can arraylist contain null values?
What are wrapped classes in java programming?
what is enumset?
How to create com object in Java?
What is stringbuffer in java?
What is assembly language?