What are the two types of data?



What are the two types of data?..

Answer / Nikhil Verma

The two main types of data are primitive data (integers, floats, characters, booleans) and complex data (arrays, strings, objects).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

what is the need of data structure

11 Answers  


What are the different types of sorting in data structure?

1 Answers  


How to reverse a singly linked list?

1 Answers  


Can we change the size of an array at run time?

1 Answers  


Can you override methods of arraylist?

1 Answers  


Do you know how to find if linked list has loop?

1 Answers  


Differentiate between comparable and comparator.

1 Answers  


What is data type in data structure?

1 Answers  


How does hashset work internally in java?

1 Answers  


What is the limit of arraylist?

1 Answers  


If I try to add enum constants to a treeset, what sorting order will it use?

1 Answers  


Is collection a class or interface?

1 Answers  


Categories