What are the legal operands of the instanceof operator?
Answer / Vimlesh
The instanceof operator is used to check if an object belongs to a specific class or subclass. The left operand must be an object reference, and the right operand must be a class name.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is a working thread? : Java thread
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
Can It is possible to synchronize the constructor of a Java Class?
how to write a program for sending mails between client and server
Can singleton class be cloned?
What is the size of an array?
What is multithreading ???? How to stop multithrading in java????
What are access specifiers in java ?
1 Answers Akamai Technologies,
Explain the importance of finalize() method.
What is autoboxing in java?
What is classpath?
What is the meaning of immutable regarding string?