Mention a package that is used for linked list class in java.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

how to java plateform independent?

5 Answers   TCS,


Similarity and difference between static block and static method ?

0 Answers  


What is java developer skills?

0 Answers  


What is the difference between keyword and identifier?

0 Answers  


How will you add panel to a frame?

0 Answers  


What is a vararg?

0 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


Why is java not 100% pure oops?

0 Answers  


What invokes a thread's run() method in java programming?

0 Answers  


What about member inner classes?

0 Answers  


Can inner class be public in java?

0 Answers  


can write code for serialization ?

1 Answers   HCL, MegaSoft,


Categories