Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 55947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T17:27:27+00:00 2026-05-10T17:27:27+00:00

Should a method that implements an interface method be annotated with @Override ? The

  • 0

Should a method that implements an interface method be annotated with @Override?

The javadoc of the Override annotation says:

Indicates that a method declaration is intended to override a method declaration in a superclass. If a method is annotated with this annotation type but does not override a superclass method, compilers are required to generate an error message.

I don’t think that an interface is technically a superclass. Or is it?

Question Elaboration

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T17:27:28+00:00Added an answer on May 10, 2026 at 5:27 pm

    You should use @Override whenever possible. It prevents simple mistakes from being made. Example:

    class C {     @Override     public boolean equals(SomeClass obj){         // code ...     } } 

    This doesn’t compile because it doesn’t properly override public boolean equals(Object obj).

    The same will go for methods that implement an interface (1.6 and above only) or override a Super class’s method.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 63k
  • Answers 64k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer It depends on what you're trying to accomplish. I lean… May 11, 2026 at 10:39 am
  • added an answer From the PHP manual: String conversion to numbers When a… May 11, 2026 at 10:39 am
  • added an answer I would simply set the Drop='tvDrop' and DragOver='tvDragOver' on the… May 11, 2026 at 10:39 am

Related Questions

Should a method that implements an interface method be annotated with @Override ? The
How do you declare a method in C# that should be overridden (or overridable)
I have a very thin interface that's going to define one method. Should I
I've got a few methods that should call System.exit() on certain inputs. Unfortunately, testing
In a Swing app a method should continue only after user enters a correct
I have a method which should be executed in an exclusive fashion. Basically, it's
I have a method which should be delayed from running for a specified amount
If a method checks it's input and detects illegal input, what should it do:
If I am passing an object to a method, why should I use the
Should methods in a Java interface be declared with or without the public access

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.