Answer Posted / ravikiran
user defined exception is written by the user to make a
customized error
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of skeleton and stub?
What does isempty () do in java?
Is simpledateformat safe to use in the multithreaded program?
What is an abstract class and what is it’s purpose?
What is variable in java?
What is java volatile?
what is deadlock? : Java thread
How many types of variables are there?
How many days will it take to learn java?
what is the volatile modifier for? : Java thread
What are different data structures 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?
Explain about public and private access specifiers?
Is singleton thread safe in java?
How can we avoid including a header more than once?