Answer Posted / ravikiran(aptech mumbai)
exception is the abnormal condition which will occur at run time
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can the interface be final?
What is string and its types?
What is java objectoutputstream?
What are generic methods?
Can constructor be static or final?
What is synchronization and why is it important in java programming?
Explain about narrowing conversion in java?
In how many ways we can do synchronization in java?
What are the Static and Dynamic Variables? Differentiate them.
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What are the restriction imposed on a static method or a static block of code?
What happens to a static var that is defined within a method of a class?
Is object a data type in java?
Write a java program that prints all the values given at command-line.
How does enum work in java?