aspose file tools
The moose likes Beginning Java and the fly likes Has LinkedList always been in the Java library? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Has LinkedList always been in the Java library?" Watch "Has LinkedList always been in the Java library?" New topic
Author

Has LinkedList always been in the Java library?

John Quach
Ranch Hand

Joined: Sep 28, 2011
Posts: 50
I'm reading this old book from college called Java Illuminated. On chapter 13, it talks about creating LinkedLists as if you cannot instantiate it from the class library.
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2925
    
  15

From the API- LinkedList is there since 1.2


Mohamed Sanaulla | My Blog
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Has LinkedList always been in the Java library?
 
Similar Threads
problem in native calling
browser returning error
How to create snmp library for snmp encoding?
Files conversion
reasoning behind issues with protected fields in other packages