InterviewSolution
Saved Bookmarks
| 1. |
Directcast(123.34,integer) - Should It Throw An Error? Why Or Why Not? |
|
Answer» It WOULD throw an InvalidCast exception as the runtime TYPE of 123.34 (double) DOESNT MATCH with INTEGER. It would throw an InvalidCast exception as the runtime type of 123.34 (double) doesnt match with Integer. |
|