A Strange thing

Hi All,

A strange thing happened to me...so wanted to share with you all.

I had a class which was making an object of another class.

But that class was not present.

But i was not getting any runtime exception saying class not found.......

please exaplain my ignorance..............

[318 byte] By [java_jamboreea] at [2007-11-27 3:51:40]
# 1
Did you get the answer I just sent you by telepathy?
georgemca at 2007-7-12 8:55:40 > top of Java-index,Java Essentials,Java Programming...
# 2
> But that class was not present.ThatClass.java or ThatClass.class? All that's needed is the .class file.And perhaps the class was elsewhere, but found via your class path.
DrLaszloJamfa at 2007-7-12 8:55:40 > top of Java-index,Java Essentials,Java Programming...
# 3
> Did you get the answer I just sent you by telepathy?(Specfics go a LONG way)
xiarcela at 2007-7-12 8:55:40 > top of Java-index,Java Essentials,Java Programming...