[OT] RE: [JAVA] using clas.forname()

2007-07-18 Thread Dave Newton
--- temp temp <[EMAIL PROTECTED]> wrote: > but can I call Class.forName() for same class > more than once > exmple > class.forName("Test") > class.forName("Test") > even If i can do this i donot want to load the > class once it is already loaded so how can I find > if the class is a

RE: [JAVA] using clas.forname()

2007-07-18 Thread Al Sutton
You might get a problem if the class isn't there :). -Original Message- From: Neil Aggarwal [mailto:[EMAIL PROTECTED] Sent: 18 July 2007 14:47 To: 'Struts Users Mailing List' Subject: RE: [JAVA] using clas.forname() Miro: You can call Class.forName() as many times as y

RE: [JAVA] using clas.forname()

2007-07-18 Thread temp temp
but can I call Class.forName() for same class more than once exmple class.forName("Test") class.forName("Test") even If i can do this i donot want to load the class once it is already loaded so how can I find if the class is already loaded ? Miro Neil Aggarwal <[EMAIL PROTECTED]

RE: [JAVA] using clas.forname()

2007-07-18 Thread Neil Aggarwal
Miro: You can call Class.forName() as many times as you like without a problem. Neil -- Neil Aggarwal, (832)245-7314, www.JAMMConsulting.com FREE! Eliminate junk email and reclaim your inbox. Visit http://www.spammilter.com for details. -Original Message- From: temp temp [mailt