What does it mean that a method or field is “static”?
Answer / Kamlesh Yadav
A method or field is 'static' if it belongs to the class itself rather than an instance of the class. Static methods can be called without creating an object, and static fields are shared among all instances of the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
where to use join method and explain with real time senario?and programatical explenation also..
Why can we not override static method?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
what is the difference between Java Command Line and C command Line?
What is use of inner class in java?
what is the difference between AWT and SWING what is the advantage of using swing?
What is the use of parseint in java?
What is the difference between serializable and externalizable interfaces?
What kind of variables a class can consist of?
What is the preferred size of a component in java programming?
What is float in java?
What is the difference between a static and a non-static inner class in java programming?