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 do you understand by classes in java?
How will you call an Applet using Java Script Function?
What are the three parts of a lambda expression? What is the type of lambda expression?
Is object a data type?
What is a singleton class? Give a practical example of its usage.
What is the difference between heap memory and stack memory?
can any body body expalin best definitions & best real time exaples for opps concepts.
What is the meaning of variables in research?
Explain java coding standards for interfaces?
How does java enable high performance?
When throws keyword is used?
Which is better singleton or static class?
Explain importance of throws keyword in java?
What is super in java?
Is vector synchronized in java?