In Java,Is it possible to use array tpe with in Record type?  
Author Message
priya





PostPosted: 2005-6-4 15:36:00 Top

java-programmer, In Java,Is it possible to use array tpe with in Record type? Hi,
In Java,Is it possible to use array tpe with in Record type?

Record Type:

{Variable=String;Variable=long}

like this

{Variable=int[];Variable=long[]}

Is this possible?

 
Boudewijn Dijkstra





PostPosted: 2005-6-4 20:11:00 Top

java-programmer >> In Java,Is it possible to use array tpe with in Record type? "priya" <email***@***.com> schreef in bericht
news:email***@***.com...
> Hi,
> In Java,Is it possible to use array tpe with in Record type?

What is a Record type?

> Record Type:
>
> {Variable=String;Variable=long}
>
> like this
>
> {Variable=int[];Variable=long[]}
>
> Is this possible?

What you just wrote is not Java.