Answer Posted / sandeep
casting is technique by which we can solve widening problems
casting is two type
1. implicit type casting
2. explicit type casting
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we define private and protected modifiers for variables in interfaces?
What are different access specifiers in java? Explain
How do you remove spaces in java?
Is null an object in java?
How to provide security in java
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
Give any two differences between C++ and java.
What happens to the Exception object after handling an exception?
What are strings in physics?
How many bits is a string in java?
What is the difference between import java.util.date and java .util?
Can I declare a class as private?
What is the use of bufferedreader?
Java.util.regex consists of which classes?
Can you start a thread twice in Java?