What is difference between static method and static
variable?
Answer Posted / kusum
if a variable is declared static only single copy is
visible to all instances of class.if a method is declared
as static it is executed first as how main method is
executed in java
Is This Answer Correct ? | 22 Yes | 9 No |
Post New Answer View All Answers
Is boolean a wrapper class in java?
What is update method called?
What is nested loop? What is dangling else condition in it?
What is meant by design patterns?
Which is faster call by value or call by reference?
How many types of classes are there in java?
What is locale in java?
What is ++ a in java?
What is replacefirst in java?
What is string literal in java?
Are arrays classes in java?
Is hashset ordered?
Explain the hierarchy of java exception classes?
Is 0 true or false?
Which class is the superclass for all the classes?