What is difference between static method and static
variable?
Answer Posted / jimm
static variable can be used by static as well as non-static
method.
and static method only uses static variable
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
What is google full form?
Write a program to search a number in the given list of numbers.
Explain method overloading?
Can private members of a base class are inheritable justify?
Do you know how to reverse string in java?
What is an anonymous class in java?
What is downcasting?
Can we have this () and super () together?
Why do people says “java is robust”?
Which containers use a flowlayout as their default layout in java programming?
What is identifier give example?
What are the two types of java?
What is the covariant return type?
How do you convert bytes to character in java?
why doesn't java run on all platforms?