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 |
Define linked list and its features with signature?
What are dot operator queries?
what is instanceof operator used in java?
Explain about class in java?
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))
Difference between Preemptive scheduling vs. Time slicing?
What is a condition in programming?
What is run time allocation?
What does java edition mean?
Why singleton is not thread safe?
Why is a singleton bad?
What is a treemap in java?