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
What are the benefits if Swing over AWT?
What is swing in java with example?
What is java swing gui?
What are the advantages of swing?
How is parsing html used in swing?
What is java swing components?
What is jlabel java swing?
How to move from one page to another in java swing?
What is the relationship between clipping and repainting?
Which types of components are used in designing swing based gui?
Who created the swing?
What is import javax swing jframe?
What is the difference between swing and applet?
What are the advantages of swing over awt?
Why swing components are called lightweight components?