Search:

Type: Posts; User: Kumarrrr

Search: Search took 0.09 seconds.

  1. Re: How To Make The Program Jump To The Next Function..

    public class ExitOnEnter {

    public static void main(String[]args)
    {
    LinkedList ListA = new LinkedList();
    int buffer;

    BufferedReader br= new...
  2. Re: How To Make The Program Jump To The Next Function..

    Hey, would it work with LinkedList type ? Cuz I was getting some exceptions earlier with this same method.
  3. How To Make The Program Jump To The Next Function..

    Hi,

    I have the following code:



    private static LinkedList InitListA()
    {

    LinkedList ListA = new LinkedList();
Results 1 to 3 of 3