What is @override annotation in java?
Answer / Monark Batsa
The @Override annotation in Java is used to indicate that the current method is intended as a revision or replacement of a method declared in a superclass. It is used for maintaining the code readability and preventing unintentional method implementation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why there are no global variables in java?
can anyone tell me what kind of questions are asked for core java exam in aptech
What is the content of the Java 2 security policy file?
Why bean class is used in java?
Is jpa a framework?
What is javacpl?
How do I open the java control panel?
What is jpa used for?
Which is better openjdk or oracle jdk?
Name primitive java types.
Which is best framework in java?
What is transactional in java?