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 7068651
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:21:00+00:00 2026-05-28T05:21:00+00:00

I am trying to understand the concept of an interface in java so far

  • 0

I am trying to understand the concept of an interface in java so far what I understand is that an interface is java is.

That an interface as below constructs a formal contract between to parties, party A the developer of the interface and party B, the user of the class developed by party B. That any class created that implements the interface must provide the behavior provided by the interface created by Party A.

An object instance created from a class that implements the class will be able to have functionality / behaviour / sub rounties run on that are contained by the interface?

And that an interface acts also as a blue print for the class?
And that an interface should be coded to and not coded from?

package house;

public interface Infratructure {
     public int numberBedrooms();
     public int numberBathrooms();

     public boolean attic();
     public int atticSize();

     public boolean lounge();
     public int loungeSize();

     public boolean kitchen();
     public int kitchenSize();

     public boolean grarage();
     public int garageSize();

     public boolean basement();
     public int basementSize();

}
  • 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-05-28T05:21:00+00:00Added an answer on May 28, 2026 at 5:21 am

    That an interface as below constructs a formal contract between to
    parties, party A the developer of the interface and party B, the user
    of the class developed by party B

    Really the interface is a formal contract between two components (software), you don’t define an interface in base to requirements of programers, instead you must define it in base a software requirements.

    That any class created that implements the interface must provide the
    behavior provided by the interface created by Party A

    Yes the interface define the behavior. So you must have only the public behavior of a group of classes this enforces the concept of encapsulation.

    An object instance created from a class that implements the class will
    be able to have functionality / behaviour / sub rounties run on that
    are contained by the interface?

    The interface doesn’t contain (implement) any behavior, functionality, sub routines. It just declares it. Letting to the classes the work of implementation.

    And that an interface acts also as a blue print for the class? And that an interface
    should be coded to and not coded from?

    Yes, if you design your system in base a interfaces you will get more granularity and low cohesion of component.

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

Sidebar

Related Questions

I am a newbie in Spring and am trying to understand the below concept.
I am trying to understand the FFT algorithm and so far I think that
I am trying to understand the concept of Beat Detektion and I found that
I'm trying to better understand the concept of 'autocommit' when working with a Postgres
I am just starting Ruby and learning the concept of modules. I understand that
I am trying to understand the concept of serialization. In many articles, serialization is
I'm trying to understand the concept of Fat on models vs skinny on controllers
I was trying to understand the difference between early and late binding, and in
I am trying to understand the concept of texture mapping. I tried to map
I am trying to understand the concept of document storage and fail to see

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.