please write java program of instanceOf keyword implementation
Answer Posted / karunakar
false
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is core java important?
What is the significance of continue jump statement? Explain with an example.
What is split return?
What is meant by interface?
What do u mean by variable?
what is nested class in java?
Who developed java?
What is meant by vector class, dictionary class, hash table class, and property class?
Which sort is best in java?
what is predefined function in java?
What is an abstract class and what is it’s purpose?
How do you override a method in java?
How do I find and replace in word?
What is a byte array?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain