Computer Science, asked by arjunmahato034, 5 months ago


12: In Java runtime information about an object can
be achieved by
2910883195
getInfo
getInstanceof
instanceof
getInfoof​

Answers

Answered by raviswaroop10
0

Answer:

instance of as in java run time information about an object can achieved by instance only.

Answered by nidaeamann
0

Explanation:

Among the four options given in question statement, the correct option is the third one that is instanceof instruction can be used to get runtime information in Java.

Java is a famous computer programming langage. In java language, instanceof is a library based operator which is used to check if the object under consideration belong to a certain class of type of object

Similar questions