1
Answer

Insert() method of Arraylist

Satya Prakash

Satya Prakash

12y
1.6k
1
hi,

Today I was apply insert method at the button click. insert method used to insert the object at specific index so i write code

arr.insert(textbox1.text, stu)
Where stu is reference of class student. but not successfully insert student object.
so Please help me with the example.
 
Answers (1)