Answer Posted / 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 |
Post New Answer View All Answers
Name some OOPS Concepts in Java?
Why is logger singleton?
How long will it take to learn java?
Where will it be used?
A person says that he compiled a java class successfully without even having a main method in it? Is it possible?
Can we define constructor in inner class?
Is integer passed by reference in java?
what is abstract class in Java?
What is the difference between stored procedure & function?
Can we write method inside a method in java?
What is the latest version of java?
What is the use of 'super' keyword inside a constructor?
What is subsequence of a string?
Can we declare array without size in java?
What is the private method modifier?