Answer Posted / jack
i think.. UPcasting is converting one type to another
without any loss of data... and DOWNcasting is converting
one type to another with loss of data
Is This Answer Correct ? | 7 Yes | 20 No |
Post New Answer View All Answers
Which package is used for pattern matching with regular expressions?
Which is better arraylist or vector?
What is array initialization in java?
What is lambda programming?
What are the basics of core java?
What is the primitive type byte?
Is there a jre for java 11?
What is static and final keyword in java?
What is the difference between JDK and JVM?
What is return data type?
Write a program in java to create a doubly linked list containing n nodes.
What is difference between checked and unchecked exception in java?
Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
What is a "pure virtual" member function?
Why hashset is used in java?