Calling a class method
A Java class method is identified by the name of the method, the name of the class and the argument signature.
(setf tokenizer
(jnew “java.util.StringTokenizer”
“a.b.c.d.” “.”))
Previous slide
Next slide
Back to first slide
View graphic version