Can we have any code between try and catch blocks?
No Answer is Posted For this Question
Be the First to Post Answer
Explain importance of finally block in java?
how cani read a command line argument?(usingfile object).
________ exception must be either caught or specified in throws class of the method.
Why Wait and notify are kept in Object class although they are used only with Thread Class
2 Answers Global Logic, Saksoft,
Define how can we find the actual size of an object on the heap?
What is object in java?
Are global variables initialized to zero?
Can we serialize singleton class?
Is set ordered?
What is busy spin, and why should you use it?
What is garbage collection? Can it be forced to run?
Can static method access instance variables ?