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 are peerless components in java programming?
What is passing value java?
Why are arrays useful in java?
What is jee6?
Which is bigger float or double?
What is lazy initialization in java?
What is the access scope of a protected method?
What is size () in java?
What does math floor () do?
What is a parameter in java?
What design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
What are java packages?
What kind of variables can a class consist?
Is array passed by reference in java?
What programs use java?