What is difference between static method and static
variable?
Answer Posted / kalandi sahoo
static variable is uniqe copy of in memory.that is every
object is share the static variable.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What are synchronized blocks in java?
How can you read content from file in java?
List two java ide’s?
Differentiate between stringbuffer and string?
How will you reverse a link list without using recursion?
Is void a data type in java?
Explain the difference between runnable and callable interface in java?
What is the final blank variable?
How do you detect memory leaks?
Difference between default and protected access specifiers?
How can the checkbox class be used to create a radio button?
What is boolean flag in java?
Can we instantiate interface in java?
Have you ever used hashtable and dictionary?
How use .contains in java?