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 |
Why inheritance is important?
Is Driver Script any how related to AOM?
Which ports are used by viruses? UDP/TCP?
How can you automatically generate interface for the remotable object in .NET with Microsoft tools?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
Explain the difference between asp.net and asp?
WHAT IS .net
Explain constructor.
What is garbage collection and how it works. Provide a code example of how you can enforce garbage collection in .net?
Explain Different kinds of methods?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
Why do we use the “using” statement?