What is non static block in java
Answer Posted / srinivasa
No Non Static blocks in java
| Is This Answer Correct ? | 13 Yes | 34 No |
Post New Answer View All Answers
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Can a class be declared as static?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What is the difference between numeric and integer?
What is constant in programming?
Can a method inside a interface be declared as final?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
Tell me the Importent classes in net package?
Does anyone still use java?
How to perform binary search in java?
What is static import in java?
What is the applet security manager, and what does it provide?
Why collection is called framework in java?
what are the high-level thread states? : Java thread
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).