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 |
How to load a user control dynamically in runtime?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What’s different between process and application in .net?
Explain the differences between server-side code and client-side code.
How viewstate is being formed and how it is stored on client in .net?
When we use windows api in .net is it managed or unmanaged code?
How can you turn-on and turn-off cas?
What is the difference between web application and enterprise application?
What are the contents of assembly?
What is Code group in .Net with respect to CAS
What is the difference between encrypting a password and applying a hashing?
What is SOAP? How you will do windows and forms authentication?