What is static variable and static method?
Answer Posted / subhen
Have a look at the following post to uunderstand why do we
use static variable and static class in our programme.
http://blog.subhendu.info/index.php/why-to-use-static-
methods-class-and-static-variable/
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What do you mean Abstraction in java?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Explain the use of javap tool.
How does finally block differ from finalize() method?
How do you use equal in java?
What is the byte range?
Difference between ‘>>’ and ‘>>>’ operators in java?
What do you understand by casting in java language?
When we serialize an object does the serialization mechanism saves its references too?
How to overcome the exception object reference not set to an instance of object?
What is the difference between access specifiers and access modifiers in java? 16
Justify your answer that you can't define a method inside another method in java, if you can then how?
What is the use of list in java?
Explain spliterator in java8?
What does math floor () do?