Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

Do we have to explicitly mark a Nested Interface public static?

Pragya Keshap answered on February 4, 2023 Popularity 1/10 Helpfulness 1/10

Contents


More Related Answers

  • Which of the below is true about Interfaces? Pick ONE option Interface can contain constructors A class can implement just one interface An interface can declare public and protected method only An interface cannot have instance variables
  • Is it allowed to mark an interface method as static?
  • What is a Nested interface?
  • Why do we use Static Nested interface in Java?

  • Do we have to explicitly mark a Nested Interface public static?

    0

    A Nested Interface is implicitly public static. So the modifiers

    public and static are redundant in declaration.

    https://beginnersbook.com/2016/03/nested-or-inner-interfaces-in-java/#:~:text=Nested%20interfaces%20are%20static%20by,as%20it%20would%20be%20redundant.

    Popularity 1/10 Helpfulness 1/10 Language java
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Feb 04 2023
    Pragya Keshap
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.