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
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
Is java hashset ordered?
What is mvc in java?
What are conditionals and its types?
what is instanceof operator used in java?
Why is multiple inheritance not supported in java?
What is <> used for in java?
How many functional interfaces does java 8 have?
What is the use of arrays tostring () in java?
Does java allow default arguments?
Explain about serializable interface in java?
Is java jre still free?
Is math an abstract class in java?
What is a instance variable in java?
I want to store more than 10 objects in a remote server? Which methodology will follow?