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 |
what is the need of data structure
What are the different types of sorting in data structure?
How to reverse a singly linked list?
Can we change the size of an array at run time?
Can you override methods of arraylist?
Do you know how to find if linked list has loop?
Differentiate between comparable and comparator.
What is data type in data structure?
How does hashset work internally in java?
What is the limit of arraylist?
If I try to add enum constants to a treeset, what sorting order will it use?
Is collection a class or interface?