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
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
How do you use parseint in java?
What are the differences between the constructors and methods?
What does n mean in java?
What package is math in java?
What is meant by call by reference?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Why is java so important?
What is OOP's Terms with explanation?
What are methods in java?
What if I write static public void instead of public static void in java?
Can we extend singleton class in java?
Which keyword specify that a variable is effectively final ?
What are synchronized methods and synchronized statements in java programming?
Which object oriented concept is achieved by using overloading and overriding?