can we create a object in static block
class A
{
static {
A a=new A();
}
}
Answer Posted / rabin pati
Yes we can create
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to render an html page using only swing.
Which layout does swing use by default?
What are the swing components?
Where is java swing used?
Explain the difference between swing and jsf.
What are swing components in java?
What is an on stage swing?
What do you mean by java swing?
What is swing package in java?
What is container in java swing?
How is multi-threading gets implemented using swing?
What are differences between swing and awt?
What is awt and swing in java?
Explain the difference between awt and swt.
What is the difference between swing and applet?