Answer Posted / kabita
we can handle exception by using
try
catch
finally
throw
throws.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?
What is Classloader in Java?
What is the exception hierarchy in java?
which pattern is default in scanner package?
Can singleton class be serialized?
What best practices should you follow while writing multithreaded code in java?
What is substring 1 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?
What does singleton mean in java?
What is immutability in java?
What is difference between iterator access and index access?
Why do we create public static method in java?
What does %d do in java?
What is the difference between iterator and list iterator?