Answer Posted / bindhu
Properties files prepare the resource bundles with all
String messages used in your web application. Because
properties files are text files, they provide a
straightforward way of internationalizing our application.
For Struts web applications, you can use the
PropertyResourceBundle class, which is one of the standard
Struts implementations of the java.util.ResourceBundle
class. This implementation allows web applications based on
Struts to define resources using the "name=value" syntax.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Where can I get help with struts?
What is the need of struts?
Name some useful annotations introduced in Struts2?
What does params interceptor?
What are the differences between http direct and http indirect?
What does execandwait interceptor?
What is the different actions available in struts?
What are the bundled validators?
What is the purpose of @result annotation?
Can we have multiple struts config files ?
What are the struts2 configuration properties that control file uploading process?
How do you convert struts to springs?
Is struts 1 still supported?
What is the apache struts vulnerability?
How to upload struts file?