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 return used for in java?
Can classes declared using the abstract keyword cab be instantiated?
Why singleton is not thread safe?
What is java jit compilers?
What’s the difference between constructors and other methods?
What is the statements?
What are different types of inner classes ?
What is executor memory?
What is better - 'bit-shift a value' or 'multiply by 2'?
Is assembly language a low level language?
What is the use of string and stringbuffer?
What is the use of System class?
What is bitwise complement?
What is the Difference between Final Class && Abstract Class?
How do singleton patterns work?