Answer Posted / dsr
web.xml is the mapping of servlet pages and context
parameters and configuration files.
It is used for access the web-based application of
perticular servlet.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Does java have a compiler?
How do you remove duplicates from an array in java?
What is the file type?
How many types of gc are there in java?
What is java life cycle?
Explain about main thread in java?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
Can we call a non-static method from inside a static method?
Difference between string, string builder, and string buffer?
What is the purpose of assert keyword used in jdk1.4.x?
Is java 9 released?
Why java is platform independent? Explain.
What are the two ways in which thread can be created?
What is lastindexof in java?
What is port number in java?