Computer Science, asked by Atlas99, 4 days ago

write the keywords of java programming.Please answer these!!! I need right now , but answer correctly.​

Attachments:

Answers

Answered by ponwinsiya
2

1. Java Keywords

abstract: Java abstract keyword is used to declare abstract class. ...

boolean: Java boolean keyword is used to declare a variable as a boolean type. ...

break: Java break keyword is used to break loop or switch statement. ...

byte: Java byte keyword is used to declare a variable that can hold an 8-bit data values.

In the Java programming language, a keyword is any one of 52 reserved words that have a predefined meaning in the language; because of this, programmers cannot use keywords as names for variables, methods, classes, or as any other identifier. Of these 52 keywords, 49 are in use, 1 is in preview, and 2 are not in use.

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). Resolution of a call to an overloaded method is very different from that in C++.

3. There are four platforms of the Java programming language:

Java Platform, Standard Edition (Java SE)

Java Platform, Enterprise Edition (Java EE)

Java Platform, Micro Edition (Java ME)

Java FX.

4.

Answered by shardakuknaa
0

Answer:

your answer is in the attachment

Attachments:
Similar questions