Difference between static methods, static variables, and static classes in Java.
Answer / nashiinformaticssolutions
A variable, method, or class can be made static by using the static keyword. A static class cannot be instantiated. When both objects or instances of a class share the same variables, this is referred to as static variables. Static methods are simply methods that refer to the class in which they are written.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the significance of listiterator in java?
define polymorphism in java
What is character in data type?
What is super in java?
. Differentiate between instance and local variables.
what is Assertion?
why abstract class does not have object creation
Why java is platform independent? Explain.
How do you sort data in java?
what is jms? features of jms
1.what is the exact difference between applet and frame? 2.Do we use main method in frames?
Can a static class implement an interface?