Discussion Forum : Introduction To Spring And Advanced Spring
Question - What are the ways to create custom Property Editors?
Options:
A .  implement PropertyEditor interface
B .  extend PropertyEditorSupport Class
C .  none of the mentioned
D .  all of the mentioned
Answer: Option D


You can write custom property editors by implementing the java.beans.PropertyEditor interface or extending the convenient support class java.beans.PropertyEditorSupport.



Was this answer helpful ?
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *