Differences between revisions 21 and 22
Revision 21 as of 2008-11-15 09:16:00
Size: 164
Editor: localhost
Comment: converted to 1.6 markup
Revision 22 as of 2009-08-23 18:43:02
Size: 170
Editor: adsl-70-240-203-134
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||'''Java'''||'''Jython'''|| ||'''In Java'''||'''In Jython'''||

Describe ComparisonJavaJython here.

In Java

In Jython

xCoord = Double[25]

xCoord = jarray.zeros(25, "d")

ComparisonJavaJython (last edited 2009-08-23 20:01:21 by AlfonsoReyes)