What is non static block in java
Answer Posted / anuradha
Any Block of code written between { and } ca be called as
non-static block in java
| Is This Answer Correct ? | 41 Yes | 6 No |
Post New Answer View All Answers
Is java owned by oracle?
What are the advantages and disadvantages of object cloning?
Can a static class have a constructor?
What are the 2 types of java programs?
Why convert an applet to an application?
Explain the reason behind ending a program with a system.exit(0)?
Which is bigger float or double?
What is a class instance variable?
What is instance synchronization?
What is formatted output in java?
How arrays are stored in memory in java?
What is a nullable field?
Can you have two constructors in java?
Difference between start() and run() method of thread class?
Can a main method be declared final?