"Andrew R. Post" wrote:
>
> My experience is that Jdk1.2.2 for Linux reacts very badly with Sawmill:
> default window positioning is partially off the upper left corner of the
> screen, Swing GUI elements are cut-off at the edges of windows, and
> general slowness. Running mwm instead makes these
> We should probably take this discussion to another list as it isn't so
> much java-linux anymore
And therefore, I will try make my final response brief and to the point.
> > Again, it's a matter of semantics. I'm not debating what is actually going on.
>
> "what is actually going on" is i
> > If Java were pass-by-reference, then in this code fragment:
> > String s = "foo";
> > myMethod(s);
> > System.out.println(s);
> >
> > In a pass-by-value only language (like Java), you're going to get
> > "foo" printed out. In a pass-by-reference language, the string that
> > gets print
Juergen Kreileder wrote:
>
> The Blackdown Java-Linux Team is happy to announce the availability of
> Java2 SE v1.3.0-FCS for i386 and PPC, Java 3D 1.2 for PPC, and Java2
> SE v1.2.2-FCS for S/390.
>
>
> Java2 Standard Edition Version 1.3.0 FCS for Linux on i386 and PPC
> ==
> If Java were pass-by-reference, then in this code fragment:
> String s = "foo";
> myMethod(s);
> System.out.println(s);
>
> In a pass-by-value only language (like Java), you're going to get
> "foo" printed out. In a pass-by-reference language, the string that
> gets printed depends on if
The Blackdown Java-Linux Team is happy to announce the availability of
Java2 SE v1.3.0-FCS for i386 and PPC, Java 3D 1.2 for PPC, and Java2
SE v1.2.2-FCS for S/390.
Java2 Standard Edition Version 1.3.0 FCS for Linux on i386 and PPC
==