Saved Bookmarks
| 1. |
Which Class Of Struts Is Responsible To Converts Data Types From String And Vice Versa? |
|
Answer» StrutsTypeConverter CLASS TELLS Struts how to convert Environment to a STRING and vice versa by OVERRIDING TWO methods convertFromString() and convertToString(). StrutsTypeConverter class tells Struts how to convert Environment to a String and vice versa by overriding two methods convertFromString() and convertToString(). |
|