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
Is null keyword in java?
What is the default value of the local variables?
What is function declaration?
Why does java not support operator overloading?
What is advantage of java?
Why is java logo a cup of coffee?
How can we create objects if we make the constructor private ?
What is a protected method?
What is the difference between hashmap and hashtable in java?
Tell some latest versions in JAVA related areas?
How does indexof work?
Can an integer be null java?
What is Major and importance difference between for and foreach loop ?
Explain about the select method with an example?
Is vector synchronized in java?