0 votes
in JAVA by
A FunctionalInterface annotation (@FunctionalInterface) is necessary for making an interface a functional interface.

i)True

ii)False

1 Answer

0 votes
by
ii)False

A FunctionalInterface annotation (@FunctionalInterface) is not necessary for making an interface a functional interface.
...