How to remove some keys in ArrayList

Hi.
This a class Employee containes eid and ename are datamembers. when these employee class objects are stored in arrary list
i want to remove eid containes 100 and 1000
plz replay to me

Questions by mannam haribabu chowdary   answers by mannam haribabu chowdary

Showing Answers 1 - 3 of 3 Answers

gourab

  • Mar 14th, 2014
 

use varray or nestet table to store the array list.
the if want to remove use DELETE(n) method to specify the element to remove from the list.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions