Saved Bookmarks
| 1. |
Which attribute is used to specify destroy method?(a) destroy(b) destroy-method(c) destruction(d) destruction-methodI had been asked this question in final exam.This intriguing question comes from Java Beans in chapter Java Beans & JDBC of Java |
|
Answer» RIGHT OPTION is (b) destroy-method Easy EXPLANATION: destroy-method is used to specify the DESTRUCTION method. |
|