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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T19:26:12+00:00 2026-05-20T19:26:12+00:00

Recently I came across a piece of code wherein I found an interface with

  • 0

Recently I came across a piece of code wherein I found an interface with only constants. And those constants were accessed in classes using static imports. The constants were more in number (around 30 to 50).

Personally, I don’t think it’s a good practice. Thats why its called as Constant Interface Antipattern according to Effective Java. I don’t find any good reason to go for this kind of coding.

Also, static import should be used ONLY if there are few constants to be imported by many classes in our application.

Can anyone of you please let me know if there are any other good reasons to go for constants only interface?

  • 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-20T19:26:13+00:00Added an answer on May 20, 2026 at 7:26 pm

    Certainly prior to the introduction of enums, if you had a large collection of constants that needed to be shared between a number of classes, a Constant Interface was probably the most pragmatic way to do so.

    If those constants were only used in one class then the comments in other answers (‘a pattern to avoid’) are quite valid – they would be most useful if declared by the class that uses them.

    With newer versions of Java, I’d move towards enums with a constructor that allows value(s) to be set. However it’s still the case that if the set of values are only used by a single class, it makes most sense to declare them within that class rather than separately.

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

Sidebar

Related Questions

I recently came across the following piece of code. It doesn't look valid because
I recently came across a piece of Java code with WeakReferences - I had
i recently came across a part of code which looks like as follows: static
I recently came across a piece of code: public class SomeClass { private Logger
I've recently came across a piece of code that uses BouncyCastle's PBE with AES
I recently came across a piece of code. It is as follows: var myFeature
I recently came across a piece of code, that I thought was very funny.
I am pretty new to C. I recently came across this piece of code
Recently, I came across the following piece of code in perl that returns the
I recently came across a way to develop pluggable application modules when using ASP.NET

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.