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 components of swing?
Why would you use swingutilities.invokeandwait or swingutilities.invokelater?
How to reload a jframe in java swing?
What are the swing components in java?
What is double buffering ?
What is java swing package?
What does javax swing do?
Is swing an api?
Why is model-view-controller architecture used in swing?
Write a program to paint the off-screen buffer in swings
What is java swing application?
How to change button color in java swing?
How to create a swing gui in java?
Which package is needed for swing components?
What is an event and what are the models available for event handling?