Search:

Type: Posts; User: freakycoder

Search: Search took 0.07 seconds.

  1. Replies
    13
    Views
    1,988

    Re: collection problem

    Now its working but I want to know one more thing that is it compulsory to write next method before each of previous() method ?
  2. Replies
    13
    Views
    1,988

    Re: collection problem

    yeah it is working but is it compulsory to write next() method before each of previous method?
  3. Replies
    13
    Views
    1,988

    Re: collection problem

    System.out.println(lit.hasPrevious()); it is printing false . what its mean
  4. Replies
    13
    Views
    1,988

    Re: collection problem

    No , but i but it there it will show NoSuchElementException and putting it as show above it show no out put just blank console
  5. Replies
    13
    Views
    1,988

    Re: collection problem

    Not getting
  6. Replies
    13
    Views
    1,988

    Re: collection problem

    previous is there man . why it is not showing my elements ?
  7. Replies
    13
    Views
    1,988

    collection problem

    Hi all,

    I am new to this forum.

    I am using this code but it is not giving any out put

    import java.util.*;
    public class ListiteratorDemo {

    public static void main(String args[])
Results 1 to 7 of 7