Home / CSE MCQs / Spring MCQs :: Discussion

Discussion :: Spring MCQs

  1. What are the ways to create custom Property Editors?
  2. A.
    implement PropertyEditor interface
    B.
    extend PropertyEditorSupport Class
    C.
    none of the mentioned
    D.
    all of the mentioned

    View Answer

    Workspace

    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