interface is defied as
collection of methods and variables
collection of abstract methods and variables
collection of abstract methods and final variables
collection of abstract methods and final, static
iables
Answers
Answered by
0
The last option is correct, interface is a collection of abstract methods and final, static variables.
we cannot create an object of interface.its just a structure which defines the functionalities of an entity.
Similar questions