Data Structures Interview Questions

Showing Questions 21 - 40 of 253 Questions
First | Prev | Next | Last Page
Sort by: 
 | 
Jump to Page:
  •  

    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

    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.