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

  • SEARCH
  • Home
  • 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 8843425
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:13:03+00:00 2026-06-14T11:13:03+00:00

there is a interface class, and an another class which implements this interface. If

  • 0

there is a interface class, and an another class which implements this interface. If this interface had made as “extends Runnable”, then there is a conflict in another class which implements this interface class. Why ? how may i implement the another class which implementing interface class ?

  • 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. Editorial Team
    Editorial Team
    2026-06-14T11:13:04+00:00Added an answer on June 14, 2026 at 11:13 am

    In Java, an interface can extend another interface, but an interface cannot implement another interface.
    You can use something like this:

    YourClass implements YourInterface, Runnable { ... }
    

    Or an alternative could be this:

    YourInterface extends Runnable { ... }
    YourClass implements YourInterface { ... }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there a way to implement interface which doesn't exist in Android SDK version
I understand that a class which inherits from another class may hide a property
Simple question: Is there a class or interface that encapulates the getting of a
Having these generic interface and class: interface TestIntf<T extends TestIntf<T>> { void test(T param);
How many interfaces can a class file implement? Is there a limit on the
If I have a class which has an interface definition like below; public class
I have a Java program consisting of several class. Now, I made the interface
I have a struct that implements some interface . This works fine until I
I have a class A, and B like these: @interface A : UIViewController <UITableViewDelegate,
Please consider the following three .NET types: I have an interface, an abstract class,

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.