Java does not have typeof operator but there’s the instanceof operator to check the types. Can we do any better ? Plus instanceof does not support primitive types .
Java does not have typeof operator but there’s the instanceof operator to check the types. Can we do any better ? Plus instanceof does not support primitive types .