can we create object for static class in java
Answer Posted / shishir
for a top level class a static but you can create a inner
class static and make an object of same, but it will be of
no use as static class you can use with out instantiating.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What do you mean by light weight and heavy weight components?
What is the difference between heap and stack memory?
Explain the significance of listiterator.
Should database connections be singleton?
What is sizeof in java?
How many bytes is a string java?
What is a variable analysis?
Which package is imported by default?
Can we use static class instead of singleton?
What is string buffer?
how to split string in java?
What is an interface in java? Explain
Does A Class Inherit The Constructors Of Its Superclass?
What is a vector in java?
What is the purpose of skeleton and stub?