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 arrays aslist in java?
How does varargs work in java?
Is an integer an object?
What is OOPS Concept?
What is the difference between double and float variables in java?
how to split string in java?
What is a thin-client application?
What is java literals?
What is meant by Encapsulation? Can you write a class to explain encapsulation?
What is the difference between && and & in java?
Does windows 10 need java?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread