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 platform?
Name some OOPS Concepts in Java?
Is class is a data type?
What is a nested list?
What is exception in java?
Differentiate between class and structure.
What are packages in java?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
Where is java located?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
What is the major drawback of internal iteration over external iteration?
What is the primitive type byte?
When will we use them?
What is functional interface in javatpoint?
What is bigger kb or mb?