MCQOPTIONS
Saved Bookmarks
| 1. |
Choose rules for naming a Label in Java below. |
| A. | The name of a label or identifier may start only with Alphabet, Underscore ( _ ) or Dollar ($) symbol |
| B. | A label is kept before the loop in general |
| C. | Duplicate label names are not allowed |
| D. | All |
| Answer» E. | |