Answer Posted / niranjanravi
casting is used to convert the value of one data type to
another.We have 2 different types of castings.
1.Casting between primitive numeric data types
2.Casting between object references.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What does a boolean method return?
How will you initialize an Applet?
What is classes in java?
Can we serialize static variables in java?
What are loops in java? What are three types of loops?
What is java regex?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is enhanced loop in java?
What is the exact difference in between Unicast and Multicast object?
How do you decide when to use arraylist and linkedlist?
In how many ways we can create threads in java?
What is the java virtual machine?
What is difference between synchronize and concurrent collection in java?
What is local variable and instance variable?
What is the statements?