help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

java integration and reflection


From: Ernst Reissner
Subject: java integration and reflection
Date: Tue, 02 Nov 2010 18:40:28 +0100
User-agent: Thunderbird 2.0.0.23 (X11/20090817)

Hi all, Hi Michael, ,
as Michael/you told me, the java-integration package uses reflection.
So java_new('java.lang.Double', '4) invokes new Double(4)
He told me that invoking constructor methods on instances of Double like
Double.valueOf(4) does not help because internally reflection is used
again.
Does this apply to octave only or also to Matlab.
I can imagine for Matlab this is different because it is written in Java.

Greetings
Ernst


reply via email to

[Prev in Thread] Current Thread [Next in Thread]