Search:

Type: Posts; User: Anusha870

Search: Search took 0.12 seconds.

  1. Re: LinkedList : Adding elements in constructor

    Hi ,
    Folowing is the the code:


    package datastructure;

    import java.util.LinkedList;

    public class QueueTest {
  2. LinkedList : Adding elements in constructor

    Hi,


    I am new to java and need help to understand following behavior I tried today.


    I have a class variable defined like:

    private static LinkedList<Integer> queue = new...
Results 1 to 2 of 2