What is the use of interface constants?

Posted by kunjaan on Stack Overflow See other posts from Stack Overflow or by kunjaan
Published on 2010-04-17T19:00:04Z Indexed on 2010/04/17 19:03 UTC
Read the original article Hit count: 334

Filed under:
|
|

I am learning Java and just found that the Interface can have fields, which are public static and final. I haven't seen any examples of these so far. What are some of the use cases of these Interface Constants and can I see some in the Java Standard Library?

© Stack Overflow or respective owner

Related posts about java

Related posts about interface