Respuesta :
Answer:
Java provide all the ADTs you need,therefore you do not need to create any newones.
This statement is not true.
Explanation:
ADTs are those data types which we use but we didn't know their inner working that is how it is working what is happening inside.It is commonly used for Data Structures for example:- In stack we use push and pop operations to insert and to delete element from a stack respectively but we didn't know how it is happening inside.How the stack is implemented and etc.Java provides most of the ADT's but not all.
The statement that is wrong as regards abstract data types in this question is C: Java provides all the ADTs you need, therefore you do not need to create any new ones.
- The abstract datatype can be regarded as special kind of datatype, whereby the behavior of the data is been defined by a set of values as well as a set of operations.
- ADTs can perform operation such as hiding of the implementation details of operations from users. It can be regarded as an abstraction of data structure that appear more often
Examples of ADT are;
- Stack
- Queue
- List
Therefore, option C is correct.
Learn more at:
https://brainly.com/question/23883878?referrer=searchResults