What is casting ?
Answers were Sorted based on User's Feedback
casting is used to convert the value of one data type to
another.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
casting is a process of converting a bigger datatype to fit
inside a smaller datatype
| Is This Answer Correct ? | 0 Yes | 4 No |
What is class variable java?
Explain the inheritance?
What is the symbol for average?
Why declare Main() method as a static in java ?
What is the best way to findout the time/memory consuming process?
Can a class declared as private be accessed outside it’s package?
What must a class do to implement an interface in java programming?
Which browsers work with java?
What is a instance variable?
in a constructor what happen if u call super and this in the same class? i know that it is not possible to call both in the same one? if we call what will happen?
What do you understand by abstract classes?
Hi, well i am unable to understand that why it is mandatory to have same hashcode, if two objects are same? Thanks in advance.