Computer Science
Differentiate between Separator and Punctuator
Values & Data Types Java
29 Likes
Answer
Separator | Punctuator |
---|---|
Separators are used to separate the variables or the character. | Punctuators are the punctuation signs used as special characters in Java. |
Comma, Braces, Curly Brackets, Square brackets are examples of Separators. | Question mark, semi colon, dot are examples of Punctuators. |
Answered By
12 Likes