Answer Posted / sujanya
we are useing the try/catch for handling the
exceptions ,and then we can able to read and understand
the exception easily.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many techniques can be employed to create a string object?
What is the symbol for space?
What is output buffer?
Can we initialize the final blank variable?
Is 9 a prime number?
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.
What are different types of multitasking?
Can we declare the static variables and methods in an abstract class?
Is zero a positive integer?
Is it possible to write a regular expression to check if string is a number?
What is the difference between superclass and subclass?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What do you mean by multithreaded program?
What are the properties of thread?
Can we override constructors in java?