Respuesta :
String undoubtedly isn't a primitive data type. This data type is derived. Because they make references to objects, derived data types are also sometimes known as reference types. To execute out operations, they invoke methods.
What is datatype in Programming languages?
Data types are commonly used to define the type of a variable in programming and databases.
This establishes, for instance, which operations can be carried out on certain variables and which result in mistakes.
For instance, adding mathematical operations like additions to a text cannot be done.
In computer science, data types are designated for which a particular set of operations can be performed without any problem.
These actions can be carried out on all data that correspond to a certain data type, and it is ensured that no error message will be displayed.
For instance, the "Add" and "Subtract" operations are specified for the "Integer" data type. This indicates that any two "Integers" data type items can be added or subtracted without resulting in a mistake.
On the other hand, because this is not specified for the data type, two objects of the "String" data type cannot do this action.
To know more about computer science, visit: https://brainly.com/question/28424476
#SPJ4