Answer Posted / sudhir
when there is a situation for user input and user not give
according to code there try and catch use.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
how to open and edit XML file in Weblogic???
Can an integer be a string?
What is callable java?
How do you compare characters in java?
Which is faster call by value or call by reference?
What is variable and rules of variable?
What is identifier in java?
what is singleton class in java?
What is data structure in java?
What is the formula to calculate percentage?
What are the principle concepts of oops?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
Explain wait() method of object class ?
what is meant by Garbage collection?