Short Answer
A Java ____________________ specifies the names, parameters, and return values of the ADT methods without specifying how the methods perform their operations or how the data is internally represented.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: An object that is a RuntimeException is
Q8: The superclass of all Java classes is
Q9: Each class that implements an interface must
Q10: A(n) _ class is used to store
Q11: Exception classes that are subclasses of _
Q13: The nextInt method will throw a(n) if
Q14: Classes that are not part of a
Q15: A _ is thrown when the token
Q16: ArrayIndexOutOfBoundsException is thrown by the JVM when
Q17: The _ call in a class constructor