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 align components in java swing?
what are the steps required in creating an empty table drop?
What are swings?
What are the advantages of swing over awt?
Why are swing components called lightweight components?
Is swing thread-safe?
Hello Everyone.. I m trying to develop a java swing application where i can display a doc file Jeditorpane or Jtextpane.
What is import javax swing in java?
What is the difference between swing and applet?
Why swings are used in java?
What are the benefits of swing over awt?
What are the various components of swing?
Explain how to render an html page using only swing.
What is the class in swing to change the appearance of the frame in runtime?
What is the use of jfc in java swing?