A punctuator not used in Java
Answers
Answered by
0
Answer:
Punctuators are used in Java
Punctuators 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!!!
Similar questions