why static class in java or what is use of static class in java
Answer Posted / chantiraji
we are using with out creating object for static class because, JVM allocate the consistent memory for static class.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an anonymous class in java?
What is meant by structural programming?
What is linkedlist in java?
Give a brief description of java socket programming?
Is main a keyword in java?
What is the length of a string?
What is the main purpose of serialization in java?
What is java oops?
Explain the use of shift operator in java. Can you give some examples?
What is meant by singleton class?
What is JVM and is it platform independent?
What are variable names?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
What is the difference between abstraction and encapsulation?
Can a class have multiple superclasses?