Search:

Type: Posts; User: ankityadav

Search: Search took 0.18 seconds.

  1. Replies
    13
    Views
    1,285

    Re: Delete data from inside the object

    Thanks for all replying me and helping me i solved the problem
  2. Replies
    13
    Views
    1,285

    Re: Delete data from inside the object

    not student object but ya i want to remove values from the object
  3. Replies
    13
    Views
    1,285

    Re: Delete data from inside the object

    Thanks GregBrannon for your reply i tell you more specifically lets say i have student object s1 having id=101, name =mack fields.Your are right but i am talking about to delete the values present in...
  4. Replies
    13
    Views
    1,285

    Re: Delete data from inside the object

    syed bhai thanks for your reply i want to delete the fields from the student object such as id or name etc.
  5. Replies
    13
    Views
    1,285

    Re: Delete data from inside the object

    Sir thank you for your reply i have created the list of the student List<Student> lstStudent = new ArrayList<Student>(); and i have added item in this list like id ,name etc.so i remove this item...
  6. Replies
    13
    Views
    1,285

    Delete data from inside the object

    can somebody tell me how to delete the data from inside the object ? if object contain the record of more than two students like id,name, etc. i have to delete this values from the object ? so how...
Results 1 to 6 of 6