Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by domrongpon

  1. domrongpon

    Store Object in Linkedlist

    Thank you wushutwist.But Would it be possible,if you give me an example code about linklist. :>
  2. domrongpon

    Store Object in Linkedlist

    My problem is about Linkedlist class,i want to create a link list and store an instance to it so i use //My Java code LinkedList list = new LinkedList(); // i declare new link list ProcessBehavior pb=new ProcessBehavior(); // it is my instance list.add(pb); // i add my instance to my link...

Part and Inventory Search

Back
Top