InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not a feature of Beans?(a) Introspection(b) Events(c) Persistence(d) Serialization |
|
Answer» Correct choice is (d) Serialization Best explanation: Serialization is not the feature of Java Beans. Introspection, Customization, Events, Properties and Persistence are the features. |
|