InterviewSolution
Saved Bookmarks
| 1. |
A punctuator not used in Java |
|
Answer» Punctuators are used in JavaPunctuators are the punctuation signs used as SPECIAL characters in Java. Some of the punctuators are: ‘? ’ (Question mark), ‘ : ‘ (COLON), ‘ ; ‘ (semicolon), ‘.’ (DOT) The most important punctuator is the semicolon ‘ ; ‘, because it is used as the statement terminator in Java, i.e. it marks the end of any statement in the program.Hope it HELPS... Please mark as the BRAINLIEST!!! |
|