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
What is the benefit of using enum to declare a constant?
how can you take care of mutual exclusion using java threads? : Java thread
What does n mean in java?
What are the important features of Java 11 release?
Does variable declaration allocate memory?
What is a null class?
Can we serialize static variables in java?
What is a predicate method?
What are the high-level thread states in java programming?
What does replaceall do in java?
Explain Basics of OOP Language in java
What is an immutable class?
What is the locale class in java programming?
What is difference between public static and void?
What is byte [] in java?