LinkedList in Java and imports -


i'm trying make linked list in java, there issue.

i thought link in java.util.link,but when tried

link nextlink;  

eclipse wanted

import sun.awt.image.imagewatched.link; 

i think import different expect , if import java.util.link gives error.

use

import java.util.linkedlist; 

Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

c++ - In an add-in in Excel, written in C(++), how does one get the name of the function which called into the addin? -