What is interface in java ? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

What is interface in java ?

Its types

18th Jan 2021, 10:46 AM
Rehan hussain
Rehan hussain - avatar
2 Respostas
+ 2
interfaceĀ is a referenceĀ typeĀ inĀ Java. It is similar to class. But please use the search bar before posting question here https://www.sololearn.com/discuss/43857/?ref=app https://www.sololearn.com/discuss/2074424/?ref=app https://www.sololearn.com/discuss/1384430/?ref=app https://www.sololearn.com/discuss/1474680/?ref=app
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