Computer Science, asked by jaiganeshbca2002, 9 hours ago

Which of these operators can be used to get run time information about an object?​

Answers

Answered by rsrahulsalunkhpe6euo
1

Answer:

Explanation:

Hope this helps you

Attachments:
Answered by Ishaan038
0

Answer:

Instantceof

Explanation:

The java instanceof operator is used to test whether the object is an instance of the specified type (class or subclass or interface).

Similar questions