Answer Posted / janet
Casting is used to convert the value of one type to another
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which method returns the length of a string?
What are the different collection views provided by maps?
What will happen to the exception object after exception handling?
Explain the difference between runnable and callable interface in java?
Why is an interface be able to extend more than one interface but a class can’t extend more than one class?
Why chararray() is preferred over string to store the password?
Difference between method overloading and overriding.
What is the reason behind using constructors and destructors?
In java how do we copy objects?
Can you sort a string in java?
What is boolean in java?
what is the significance of listiterator in java?
When do we need to use internal iteration? When do we need to use external iteration?
What is difference between == equals () and compareto () method?
Explain method local inner classes ?