Computer Science, asked by bluebi9sh7etiddhi, 1 year ago

how to use new operator in Array in java

Answers

Answered by Pranavthunder
0
You can get the answer by refering extra computers books.
Answered by Koustav13022001
0
new operator used in array creates an object of array class . eg:-
into arr[ ] = new int[ 10]
Similar questions