[4538] in java-interest

home help back first fref pref prev next nref lref last post

arrays

daemon@ATHENA.MIT.EDU (JoanEliyesil/CAM/Lotus)
Fri Jan 5 13:43:16 1996

To: java-interest <java-interest@java.sun.com>
From: Joan Eliyesil/CAM/Lotus
  <Joan_Eliyesil/CAM/Lotus.LOTUS@crd.lotus.com>
Date:  5 Jan 96 11:49:15 EST

I can't get:  

int iarray[ ] [ ] [ ] = new int [5];

-or- 

int iarray[ ] [ ] [ ] = new int [5][10];

to compile, but I can compile:

int iarray[ ] [ ] [ ] = new int[5][10][3];

Is this a bug or a feature?
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post