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 use of static in java?
Differentiate between array list and vector in java.
What is variable and example?
How do you implement polymorphism in our day to day life?
Can we extend immutable class?
What exactly is java?
describe synchronization in respect to multithreading? : Java thread
How many times finalize method will be invoked? Who invokes finalize() method in java?
Is minecraft java edition free?
What is the buffer limit?
What is the purpose of the main method?
How does varargs work in java?
Can we call the run() method instead of start()?
Difference between class#getinstance() and new operator ?
What is a stack class in java ?