Tuesday, November 29, 2011

How Linkedlist can be implemeented in java with out using collection framework?

Java(tm) has no user-visible pointers, so how would you do a linked list?:// Linked List implementation without using Collection framework
Category:Java Interview Questions

No comments:

Post a Comment