What is difference between static method and static
variable?
Answer Posted / archana
if we declare a variable as static then it has only one copy
for all classes. if a method is declared as static without
using object we can call it.
| Is This Answer Correct ? | 11 Yes | 9 No |
Post New Answer View All Answers
Can you change array size in java?
What is floor math?
What causes memory leak in java?
What is jrmp?
What is codebase?
Give us a program to check for parenthesis matching using stack.
What is collections framework?
What is ‘has a’’ relationship in java?
What are the different ways of creating thread?
Which package is used for pattern matching with regular expressions?
How to create an immutable class?
can rmi and corba based applications interact ?
Where are global variables stored?
Can constructor return value?
What are the wrapped, classes?