Computer Science, asked by tarulotus, 5 months ago

What are the punctuators and keywords ?give one example of each​

Answers

Answered by kingRohan5
4

Explanation:

Examples of keywords are the primitive types, int and boolean ; the control flow statements for and if ; access modifiers such as public , and special words which mark the declaration and definition of Java classes, packages, and interfaces: class , package , interface .

Answered by 123qwertyu
0

Answer:

Examples of keywords are the primitive types, int and boolean ; the control flow statements for and if ; access modifiers such as public , and special words which mark the declaration and definition of Java classes, packages, and interfaces: class , package , interface .

Punctuators are the punctuation signs used as special characters in Java. Some of the punctuators are: '? ' ( Question mark), ' : ' (colon), ' ; ' (semicolon), '.' (

Similar questions