What is interface in java ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is interface in java ?

Its types

18th Jan 2021, 10:46 AM
Rehan hussain
Rehan hussain - avatar
2 Answers
+ 2
18th Jan 2021, 10:51 AM
Matias
Matias - avatar
+ 1
There are two very common types of interfaces that I have heard of are: 1) functional interface - only 1 method 2) marker interface - no methods
18th Jan 2021, 11:58 AM
Avinesh
Avinesh - avatar