Google News
logo
Java - Interview Questions
What is the difference between primitive data types and advanced data types?
Primitive data types represent single value. Advanced data types represent a group of values. Also, methods are not available to handle the primitive data types. In case of advanced data types, methods are available to perform various operations.
Advertisement