Computer Science, asked by Atlas99, 5 hours ago

ANSWER CORRECTLY OR I WILL REPORT IF YOU SPAM ​

Attachments:

Answers

Answered by ghoshdishani08
2

Answer:

Sorry, I am not able to answer all these but I know few.

1.

1) abstract.

2) assert.

3) boolean.

4) break.

5) byte.

6) switch 7) case.

8) try 9) catch 10) finally.

11) char.

2.

Java does not use the keywords const or goto (though they are in fact keywords).

Java has no default return type for methods (and, in fact, modern C++ compilers will warn you if you do not explicitly supply a return type for a function).

3.

Types of Java programs

Java Applet - small program written in Java and that is downloaded from a website and executed within a web browser on a client computer.

Application - executes on a client computer. ...

JAR file (Java archive) - used to package Java files together into a single file (almost exactly like a .

8.

Literals in Java

Integral Literals.

Floating-point Literals.

Char Literals.

String Literals.

Boolean Literals.

Null Literals.

Answered by sachi25
2

Answer:

I can only answer the 17th one

Explanation:

Keywords are predefined word that gets reserved for working progs that have special meaning and cannot get used anywhere else. Identifiers are the values used to define different programming items such as variables, integers, structures, unions and others and mostly have an alphabetic character

Similar questions