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 |
Does printwriter create a file?
What is thread priority?
What are the topics in advance java?
How do you write a scanner class in java?
What is method Overriding in the perspective of OOPS?
What is difference between jdk,jre and jvm?
What are parent methods and how can you call them?
What are the important features of Java 11 release?
Tell some latest versions in JAVA related areas?
Tell me the latest versions in java related areas?
can two class in a code be public??if yes then how??
In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????