Since 6/3/2012 12:17:18 AM, ken4434 has written 2 articles and participated in 1 conversations. ken4434 signature: ken4434
ken4434's articles:
Items(2) /1
"Making" an object in a constructor #2122 (7/2/2004 8:27:13 PM) comp.lang.java.programmer I have the following situation: Class A implements AI Class B has a method public AI x(); I want to extend A (or implement an extension of AI) to get Class C with a constructor such that the instantiation const... ken
"Making" an object in a constructor043 (7/2/2004 8:27:01 PM) comp.lang.java.programmer I have the following situation: Class A implements AI Class B has a method public AI x(); I want to extend A (or implement an extension of AI) to get Class C with a constructor such that the instantiation const... ken
ken4434's replies:
Items(1) /1
Access Permission317 (6/8/2004 3:25:06 AM) comp.lang.java.programmer I've written a small applet that reads and parses various XML files on the server and creates Documents that are to be manipulated by javascript on the client. It uses standard javax.xml.* packages out of 1.4.... ken198(5)