Since 6/3/2012 10:50:43 AM, dipankar.net has written 1 articles and participated in 1 conversations. dipankar.net signature: dipankar.net
dipankar.net's articles:
Items(1) /1
Disadvantage of using wildcards in import statement.1737 (9/8/2006 4:46:33 AM) comp.lang.java.programmer Hi, Recently I wrote a certification test for Java2. There was a question on using wildcards in import statement with four options. Only one among them is correct (as per the test paper). I was not very sure a... Dipankar
dipankar.net's replies:
Items(1) /1
NoSuchMethodException314 (9/20/2006 1:45:43 AM) comp.lang.java.programmer If I get a NoSuchMethodException, does that mean the class is being found but there is no method with the specified name in the class? I'm trying to use the validator feature of Struts and I'm getting this erro... tim126(48)