How can I check if an object is of type string?
if(object instanceof String) { // Do Stuff }
2.1m questions
2.1m answers
60 comments
57.0k users