What is casting?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sarojlaxmi
Casting is the process of converting one primitive data
type to another primitive datatype that is called casting.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
casting is the process that allows lowerdatatype to hold the
data of higher data type
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sandeep sagala
casting is the process that allows lower data type to hold the
data of higher data type and also the higher data type to
hold the lower data type only by using reference
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the basic of java?
IS method overriding is Duplication of Methods?
. Differentiate between instance and local variables.
What is anonymous class?
Difference between concurrent hashmap and hashtable and collections
Why arraylist is used in java?
What is difference between length and length() method in java ?
Is it possible to make an array volatile?
as we know a static method could access static data and static method only. then how could main method call the object of aclass which is not static and other non static data
Can a class extend abstract class or interface? why
what release of java technology are currently available what do they contain?
What is literal example?