InterviewSolution
| 1. |
What Are Validators And Converters? |
|
Answer» Validators and Convertors are used to PROVIDE conversion and validation capabilities to the ADF input components respectively. Converters convert the valurs on ADF forms to the type in which the application ACCEPTS them after the values are edited on the form and submitted. Validations are used to IMPOSE validations on the input components. Validators and Convertors are used to provide conversion and validation capabilities to the ADF input components respectively. Converters convert the valurs on ADF forms to the type in which the application accepts them after the values are edited on the form and submitted. Validations are used to impose validations on the input components. |
|