aspose file tools
The moose likes Java in General and the fly likes query about LinkedList Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "query about LinkedList " Watch "query about LinkedList " New topic
Author

query about LinkedList

amit daundkar
Ranch Hand

Joined: Jan 24, 2009
Posts: 47
hello friends,

please tell me how i can design a code to demonstrate Linked List without using the LinkedList class?

please reply.

thank you.
Rahul P Kumar
Ranch Hand

Joined: Sep 26, 2009
Posts: 188
Interview Q. look into LinkedList class, what they have done. tell the same story to interviewer.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32675
    
    4
Please read this.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: query about LinkedList
 
Similar Threads
LinkedList Vs ArrayList
Why is it the recommended way
LinkedList Problem
ArrayList vs LinkedList
List Vs LinkedList