Question - What’s the use of resourcebundle.properties file in Struts Validation framework?
Answer -
resourcebundle.properties file is used to define specific error messages in key value pairs for any possible errors that may occur in the code.
This approach helps to keep the code clean as developer doesn’t need to embed all error messages inside code.