Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

instance of keyword in java

The instanceof keyword checks whether an object
is an instance of a specific class or an interface.
The instanceof keyword compares the
instance with type. The return value
is either true or false .
Source by www.javatpoint.com #
 
PREVIOUS NEXT
Tagged: #instance #keyword #java
ADD COMMENT
Topic
Name
7+5 =