Java provides an operator called instanceof that lets one determine what type a given object is during program execution. In this practicum, we declare a variable of type Object. The variable, ...