can we create object for static class in java
Answer Posted / surendra pokuri
we cann't code static outer class.
we can define static nested class.
so we can create instance of static nested class, but no
need to create.
we can use directly
as
outerclass.innercla.
Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the symbol for average?
Can finally block be used without a catch?
What is generic type?
Write a java program to print fibonacci series?
What is the generic class?
Why is java architectural neutral?
What are the steps involved to create a bean?
What is the abstraction?
What is a qualifier in a sentence?
What is finalize()? Is finalize() similar to a destructor?
What is == in java?
What are the features of junit?
What is the integer of 16?
Explain different forms of polymorphism?
Can we have this () and super () together?