Computer Science, asked by nikhilraj12319, 8 months ago

example of Java keywords



Answers

Answered by VISHALKUMARV22
8

Answer:

Java keywords are also known as reserved words. Keywords are particular words which acts as a key to a code. These are predefined words by Java so it cannot be used as a variable or object name.

Answered by Mashalbaigo
5

Answer:

abstract keyword is used to implement the abstraction in java. A method which doesn’t have method definition must be declared as abstract and the class containing it must be declared as abstract. You can’t instantiate abstract classes. Abstract methods must be implemented in the sub classes. You can’t use abstract keyword with variables and constructors.

Explanation:

pls mark me as brainliest

Similar questions