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 parse method in java?
what is the purpose of "virtual"?
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
How can you read content from file in java?
What is an argument in java?
Give me example of derived data types.
Can constructor return value?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
List the interfaces which extends collection interface?
Can you explain the meaning of aggregation and composition
Can a source file contain more than one class declaration?
Is java util list serializable?
why not override thread to make a runnable? : Java thread
Can we define private and protected modifiers for the members in interfaces?
What is final int?