✏️ Explanatory Question
List the variables from those given below that are composite data types:
- static int x;
- arr[i]=10;
- obj.display();
- boolean b;
- private char chr;
- String str;
List the variables from those given below that are composite data types:
The composite data types are: