0 votes
in JAVA by
A type interface: what is it?

1 Answer

0 votes
by
Even previous Java versions had a type interface. The method invocation and accompanying declaration are examined by the compiler at compilation time in order to determine the type of argument.
...