Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

java interface attributes

interface MyInterface {
	int a = 5; // always public static final
}
 
PREVIOUS NEXT
Tagged: #java #interface #attributes
ADD COMMENT
Topic
Name
6+8 =