MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is not true about Java beans? |
| A. | Implements java.io.Serializable interface |
| B. | Extends java.io.Serializable class |
| C. | Provides no argument constructor |
| D. | Provides setter and getter methods for its properties |
| Answer» C. Provides no argument constructor | |