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 enhanced loop in java?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
What are data types in oop?
Can we override constructors?
What is bitwise complement?
What is java volatile?
Give a brief description of java socket programming?
What is the file extension for java?
What is the main difference between java platform and other platforms?
What is a flag variable?
How do you add spaces in java?
What is the size of boolean variable?
What type of variable is error flag?
How do you write methodology?
What is the difference between call by reference and call by pointer?