Answer Posted / niranjanravi
Casting betrween object references is to refer to a object
compatible by class or interface or array type reference.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What classes of exceptions may be thrown by a throw statement?
how to open and edit XML file in Weblogic???
what is difference between equals and ==?
Can the garbage collection be forced by any means?
What are data structures in java?
Is class forname reflection?
What is string pool?
What state does a thread enter when it terminates its processing in java programming?
What are parsing rules?
Which browsers work with java?
What is derived datatype?
Can you make a constructor final?
What is the purpose of tostring() method in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Explain wrapper classes in java?