what is web.xml?and its use?

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


Please Help Members By Posting Answers For Below Questions

Which class represents the socket that both the client and server use to communicate with each other?

820


Which method returns the length of a string?

806


Can we override the private methods?

755


What is the protected method modifier?

798


What does n mean?

724


What’s the difference between applets and standalone program?

761


How to make a read-only class in java?

830


Which package has light weight components?

781


How can we make string upper case or lower case?

793


Which object oriented concept is achieved by using overloading and overriding?

825


Compare java and python.

774


how we can create packages in java?

730


What are the 7 types of characters?

853


Explain yield() method in thread class ?

845


Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).

2463