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 are the loops in java?
Difference difference paint() and paintcomponent()?
What methodology can be utilized to link to a database?
What are some characteristics of interference class?
What does the @override annotation do?
Difference between object instantiation and construction ?
Explain a situation where finally block will not be executed?
What is a package in java? List down various advantages of packages.
Differentiate jar and war files?
How can we use primitive data types as objects?
Why are constructors used?
Are constructors methods?
What is flag in python?
Explain the difference between arraylist and linkedlist in java?
What are the features of junit?