Search:

Type: Posts; User: Fubarable

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,650

    Re: Array in Constructor

    You're welcome.
  2. Replies
    5
    Views
    1,650

    Re: Array in Constructor

    You're not using correct Java syntax for arrays. You can only create array literals if you create it at the same time that you declare the array. So this is OK:



    class arra
    {
    int[] q =...
Results 1 to 2 of 2