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

An interesting issue came up recently. We came across some code that is using
I recently came across a piece of Java code with WeakReferences - I had
I am pretty new to C. I recently came across this piece of code
I recently came across an IE7 only bug that I thought I'd share so
I recently came across this in some code - basically someone trying to create
I was working on some code recently and came across a method that had
I recently came across code written by a fellow programmer in which he had
I recently came across a ASP 1.1 web application that put a whole heap
I recently came across the data structure known as a skip list . It
I was reading some Java recently and came across something (an idiom?) new to

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.