Search:

Type: Posts; User: Arindam Sarkar

Search: Search took 0.19 seconds.

  1. Re: Problem in understanding the declaration of main.

    Thanks a lot for your sincere help kevin
  2. Problem in understanding the declaration of main.

    Why main is declared as public in its declaration.
    public static void main(String [] args)
    {
    // code
    }

    plz. help me out.
  3. Re: Plz.. help me out to understand the java concepts regarding arrays

    thanks a lot kevin for ur help.
  4. Plz.. help me out to understand the java concepts regarding arrays

    when i write the code:

    int a;
    System.out.println(a);

    compiler flags an error that a might not have been initialized.

    but when i write this

    int [] a= new int[10];
Results 1 to 4 of 4