Discussion :: Spring MCQs
- What are the ways to create custom Property Editors?
A.
implement PropertyEditor interface
|
B.
extend PropertyEditorSupport Class
|
C.
none of the mentioned
|
D.
all of the mentioned
|
Answer : Option D
Explanation :
You can write custom property editors by implementing the java.beans.PropertyEditor interface or extending the convenient support class java.beans.PropertyEditorSupport.
Be The First To Comment