What is a static class in java?
Answer / Keshav Kumar Jha
A static class in Java is a class that cannot be instantiated, meaning you can't create an object of it. It contains only static members which belong to the class rather than any instance of the class.
| Is This Answer Correct ? | 0 Yes | 0 No |
Give reasons supporting that string is immutable.
What is the difference between static and non-static variables?
difference between byte stream class and character stream class?
What happens when a class is made static like if a field or member is made static it becomes class variable and is shared by all the object of the class?
Is .net better than java?
What is deserialization?
What are the uses of java?
Can you write a java class that could be used both as an applet as well as an application?
How can a gui component handle its own events?
How do you include a string in java?
What are the major advantages of internal iteration over external iteration?
What is the difference in between cpp and java? Can u explain in detail?