Search:

Type: Posts; User: amodnazirkar

Search: Search took 0.07 seconds.

  1. Re: Changing a program to accept command line arguments

    public static void main(String[] args)
    // ^^^^^^^^^^^^^

    If you run your program like:

    java progname arg1 arg2

    The arguments will appear in a string array handed to...
  2. Difference between an ArrayList and a LinkedList in Java?

    Can someone help me explain the differences between an ArrayList and a LinkedList in Java Programming and their uses?
Results 1 to 2 of 3