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
What is the purpose of @key?
What are the custom tags?
Name the different types of actions found in struts.
What is the purpose of struts.properties in struct2?
What is the purpose of interceptors?
Define struts?
What are the features of struts?
Which model components are supported by Struts?
How to use dispatchaction?
Can explain about the validations and in your project where did u used the validations?
What do you mean by actionmapping?
What is package name in struts xml?
How to override the default error message that can come during file uploading process?
What is jakarta struts framework?
How can you create your custom interceptor in struts 2?