Answer Posted / paritala.veeraiah chowdary
Casting is the process of converting one data type in to
another.Converting smaller data type into higher data type
is known as up casting.Where as the process of converting
higher data type to lower is known as down casting.
| Is This Answer Correct ? | 24 Yes | 9 No |
Post New Answer View All Answers
Explain about doubly linked list
What are the two ways in which thread can be created?
How do you insert a line break?
What is the advantage of OOP in java?
What environment variables do I need to set on my machine in order to be able to run java programs?
How do you access command-line arguments within the code?
Can a lock be acquired on a class in java programming?
Which keyword specify that a variable is effectively final ?
How many bits is a double?
Can we increase array size dynamically in java?
What does null mean in java?
what are abstract functions?
What is the purpose of the system class in java programming?
Can we create our own wrapper class in java?
What is jit compiler in java?