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 swing components?
What are the various components of swing?
What are swing components?
Explain the difference between jfc & wfc.
What is awt and swing?
What is the difference between swing and awt in java?
What is swing components in java?
Why are swings considered lightweight?
What is swing?
What is swing in java with example?
What is import javax swing * used for?
How to perform action on button in java swing?
What is swing gui in java?
Which window contains the swing controls?
Which method is used for setting security in applets?