MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is correct error when loading JAR file with duplicate name? |
| A. | java.io.NullPointerException |
| B. | java.lang.ClassNotFound |
| C. | java.lang.ClassFormatError |
| D. | java.lang.DuplicateClassError |
| Answer» D. java.lang.DuplicateClassError | |