Anyone please tell the functionality of the keyword interface i am new to java....
Milanvachhani.Blogspot.Com said:
(Thu, Feb 2, 2012 10:33:48 PM)
Interface is one type of class that do not have method implementation. It contains prototype of methods and variables. Variable of interface are final and static by default. You have to implement interface.
Lemky said:
(Mon, Mar 5, 2012 12:39:17 PM)
Float comes under the keywords list in Java. In this question why only interface is the answer ?