wht is customised exception?
Answer / cool_duzz
extending exception class and put your own handler.
| Is This Answer Correct ? | 8 Yes | 1 No |
How to run a JAR file through command prompt?
What is the difference between reader/writer and inputstream/output stream?
What is better- service oriented or batch oriented solutions?
posted in online test
What is a classloader in java?
difference throws and throw in java
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
3) Suppose you are a very rich person, having 50 rooms and you have lost the key for one of the room's. How effectively you can find this key? (Qs2 and Qs3 are related)
Does java initialize arrays to zero?
How does callback work in java?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
What technique can be employed to compare two strings?