What classes of exceptions, thrown by a throw statement?
Answer Posted / ravikiran
checked exceptions
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is jit and its use?
What is the abstract class?
What is the purpose of lambda expressions?
What is application system?
What are dot operator queries?
What is the locale class in java programming?
what is thread? : Java thread
Can we call a non-static method from inside a static method?
What do you understand by synchronization?
What is externalizable?
Difference between arraylist and hashset in java?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
How do you identify if jvm is 32-bit or 64-bit from java program?
why we use merge option in hybernate pls give a ex snippet
How do I know if java is installed?