What is @override annotation in java?



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

Post New Answer

More Java Related AllOther Interview Questions

Why there are no global variables in java?

1 Answers  


can anyone tell me what kind of questions are asked for core java exam in aptech

1 Answers  


What is the content of the Java 2 security policy file?

1 Answers  


Why bean class is used in java?

1 Answers  


Is jpa a framework?

1 Answers  


What is javacpl?

1 Answers  


How do I open the java control panel?

1 Answers  


What is jpa used for?

1 Answers  


Which is better openjdk or oracle jdk?

1 Answers  


Name primitive java types.

1 Answers  


Which is best framework in java?

1 Answers  


What is transactional in java?

1 Answers  


Categories