explain about casting of objects?

Answers were Sorted based on User's Feedback



explain about casting of objects?..

Answer / niranjanravi

Casting betrween object references is to refer to a object
compatible by class or interface or array type reference.

Is This Answer Correct ?    7 Yes 1 No

explain about casting of objects?..

Answer / niranjanravi

Casting betrween object references is to refer to a object
compatible by class or interface or array type reference.

Is This Answer Correct ?    8 Yes 4 No

explain about casting of objects?..

Answer / niranjanravi

Casting betrween object references is to refer to a object
compatible by class or interface or array type reference.

Is This Answer Correct ?    4 Yes 1 No

explain about casting of objects?..

Answer / 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

explain about casting of objects?..

Answer / rajesh

Casting can be applied to data types for like narrowing and
widening of primitive data types.
Casting can be applied for objects instantiated from the
inheritance hierarchy but only upward casting.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

what value will be return by the read() method once it reaches the end-of-file? a. Throws EOException b. Return null c. Return -1 d. Read method return nothing, because it is void method

1 Answers  


What is the basic concept of java?

0 Answers  


Why we use multi threading instead of multiprocessing?

0 Answers  


What is callablestatement? How you can call stored procedure to pass in parameter?

0 Answers  


What is Overriding and how can it be used?

7 Answers   Consagous, Wipro,






Write POJO class as a key to hashmap???

2 Answers  


What are access specifiers in java ?

0 Answers   Akamai Technologies,


Is null a keyword in java?

0 Answers  


What is string manipulation?

0 Answers  


what is static import in java? Explain

0 Answers  


What is method overriding in java ?

0 Answers  


What is java lang string?

0 Answers  


Categories