Login
Remember
Register
Ask a Question
A FunctionalInterface annotation (@FunctionalInterface) is necessary for making an interface a functional interface.
0
votes
asked
May 31, 2022
in
JAVA
by
Robin
A FunctionalInterface annotation (@FunctionalInterface) is necessary for making an interface a functional interface.
i)True
ii)False
functional-interface
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 31, 2022
by
Robin
ii)False
A FunctionalInterface annotation (@FunctionalInterface) is not necessary for making an interface a functional interface.
...