Answer Posted / shiva
web.xml is useful to map the url pattern given by the client
to the appropriate servlet. This is the main purpose of the
web.xml.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
Does constructor return any value?
Explain all java features with real time examples
What is object in java?
Explain creating threads by extending thread class ?
Explain jdk, jre and jvm?
Is string an object?
In a container there are 5 components. I want to display all the component names, how will you do that?
Is string passed by reference in java?
What is a programming object?
What is difference between == equals () and compareto () method?
What are the three parts of a lambda expression?
Can a source file contain more than one class declaration?
What is palindrome in java?
What is use of map in java?