No, a null check is not needed before using instanceof. The expression x instanceof SomeClass is false if x is null. public class myclass {.
確定! 回上一頁