| ||||||
| 5/17 |
| 2006/2/8-10 [Computer/SW/Languages/Java] UID:41766 Activity:nil |
2/8 Syntax aside, is there any difference in Java between the instanceof
operator and Class.isInstance(Object) ?
\_ Not sure if this is syntax, but instanceof doesn't work w/
Class.forName(). You have to have a static class name for
instanceof. [ at least this was the case when I last did
java work ] |
| 5/17 |
|