What is static variable and static method?
Answer Posted / ankit
static variable are those variable which call with the hepl
of the class name and they are not initiated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the file class in java programming?
Explain how hashmap works?
Which is better 64 bit or 32 bit?
Is array synchronized in java?
What is garbage collection? What is the process that is responsible for doing that in java?
why Java does not support multiple inheritances?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is map and hashmap in java?
Is boolean a wrapper class in java?
Write a java program to generate fibonacci series ?
How do I print a “?
Can we declare array without size in java?
Which data type is class in java?
What are adapter classes?
What does += mean coding?