Computer Science, asked by bhattrama87, 3 days ago

Give examples of any five keywords in Java

Answers

Answered by ooOPoisonousQueenOoo
1

Hope it helps you

Have a good day☺️

Attachments:
Answered by s42shivraj8c
0

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 .

Similar questions