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
why doesn't java run on all platforms?
What are java packages? What's the significance of packages?
What is the public method modifier?
How do you ensure that n threads can access n resources without deadlock?
How do you join strings in java?
How do you empty a list in java?
What is a protected void?
What is the locale class in java programming?
What are three advantages of using functions?
When will you define a method as static?
Write a program to solve producer consumer problem in java?
Is array serializable java?
Why multiple inheritance is not supported by java?
Define reflection.
What is class and object in java?