Question - What’s the use of Struts.xml configuration file? 
          
        
        Answer - 
        Struts.xml file is one the key configuration files of Struts framework which is used to define mapping between URL and action. When a user’s request is received by the controller, controller uses mapping information from this file to select appropriate action class.