What is static variable and static method?
Answer Posted / naraen
static variable is a class variable. This life time scope
in whole prgm...
static method is use to access without creating object in
the java prgm...
| Is This Answer Correct ? | 53 Yes | 26 No |
Post New Answer View All Answers
What is boolean used for?
What is the purpose of the return statement?
What is the difference between an inner class and a sub-class?
What type of variable is error flag?
What is difference between final and finally in java?
What is polymorphism java example?
Explain java heap space and garbage collection?
What is a nested list?
Is set thread safe java?
Why there are some null interface in java? What does it mean?
Is null a keyword in java?
What is the static field modifier?
What is the meaning of find and replace?
Differentiate between postfix and prefix operators in java.
What are data structures in java?