Delete comment from:Java67
javin paul said...
Hello Phil,
No question is stupid question. If you are talking about array then just doing k[i]= 2 will store 2 at index 2 which would be 3rd element since array starts with zero. You can see my postcomplete guide to array in Java for more details.
Jul 23, 2019, 10:42:03 PM
Posted toHow to Convert a LinkedList to an Array in Java? Example