What is non static block in java
Answer Posted / sreenu karampudi
Non static blocks: Code within {} is non-static block
for example:
{
// code
}
| Is This Answer Correct ? | 28 Yes | 3 No |
Post New Answer View All Answers
What is the latest version of java?
What is this keyword in java?
What is ternary operator?
Why does java not allow multiple public classes in a java file ?
What is internal variable?
What are runtime exceptions?
What are multiple inheritances?
Explain thread in java?
Can you write a java class that could be used both as an applet as well as an application?
What is internal iteration in java se 8?
Can we have a try block without catch block?
what is function overloading in java?
How is the marker interface used in Java?
What is a values collection view ?
What are actual parameters?