Nifty and often very useful operator in the Java programming language. Simply put, foo instanceof Bar evaluates to true if the object foo is an instance of class Bar (remember kids, classnames are always capitalized!).