Answers for "java type check"

5

java check data type

a.getClass().getName()
Posted by: Guest on June-03-2021
0

java check class type

if (obj instanceof C) {
//your code
}
Posted by: Guest on February-01-2021

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language