Search:

Type: Posts; User: Arindam Sarkar

Search: Search took 0.08 seconds.

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

    thanks a lot kevin for ur help.
  2. 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 2 of 2