What is non static block in java
Answer Posted / srinivasa
Instance methods are called non static blocks. Because we
can't call them without creating the object.Constructor is
also a non static block. Non Static means other than the
static block and static methods in a class . So we ca the
above two as non static block.
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What does @override mean?
What do you mean by platform independence? What is an interface?
What is an array length?
Differentiate between the constructors and methods in java?
Explain working of call by reference function invoking.
Is java based on c?
What is the purpose of finalization in java programming?
What is immutable data?
what do you mean by marker interface in java?
Define max and min heap, also the search time of heap.
What is the role of garbage collector in java?
What is boolean query?
How do you replace all in word?
What is parameters example?
Why java is platform independent? Explain.