For a property editor to be searched correctly, it must be located in the same package as the target class, and the name must be Editor’s name
For a property editor to be searched correctly, it must be located in the same package as the target class, and the name must be Editor’s name Correct Answer False
The name must be target class name with Editor as its suffix.