ctype(123.34,integer) - should it throw an error? Why or
why not?
Answer / aravindreddy
It would work fine. As the runtime type of 123.34 would be
double,
and Double can be converted to Integer.
| Is This Answer Correct ? | 7 Yes | 0 No |
What is view state?
What does jit compilation do in .net?
What exactly is being serialized when you perform serialization in .net?
what user controls are and what server controls are and the differences between the two.
Explain can 2 different applications use the same dll in gac at the same time?
What is the use of trace utility?
What is your observations between vb.net and vc#.net?
what is assembly?
What is MSIL, IL, CTS?
How do you create threading in .NET? What is the namespace for that?
Explain about .net assemblies?
Do I have any control over the garbage collection algorithm?