This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Kava for GCJ?


Mohan Embar <gnustuff@thisiscool.com> writes:
> The restriction on fields being final definitely does
> not hold for value classes (structs) in C#, for example.

You would lose the ability to pass "by reference" parameters as in C#,
but otherwise you should be able to do all the same things.
Unfortunately the style of programming you have to use becomes a bit
awkward.

  - a


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]