Answer Posted / priyanka verma
exception are run time error which a programmer usually do not except, they occur accidently which may result in abnormal termination of the program.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I compare two strings in word in java?
What are the new features in java 8?
What are the difference between composition and inheritance in java?
Distinguish between a predicate and a function?
Explain the importance of finalize() method.
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What is the final blank variable?
Is java hard to learn?
What is the meaning of I ++ in java?
Can we convert stringbuilder to string in java?
What is formatted output?
worst case complexities of Quick sort and Merge sort.
Which command from the jdk compiles a java program?
What is the method to expand and collapse nodes in a jtree?
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?