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
what is a working thread? : Java thread
What are 3 boolean operators?
Is java platform independent?
What is the meaning of variable in research?
How is Object Oriented Programming different from Procedure Oriented Programming?
What is the difference between preparedstatement and statement in java?
What are the two types of exceptions in java? Which are the differences between them?
What do you mean by constructor?
What is difference between fail-fast and fail-safe?
Explain wait(), notify() and notifyall() methods of object class ?
how do I create a runnable with inheritance? : Java thread
Do I need java on my pc?
Is set ordered in java?
What is operator overloading. Is it is supported in java?
How do you check if a string contains only numeric digits?