Directcast(123.34,integer) - should it throw an error? Why
or why not?
Yes, because the specified type and the runtime type is not
same
| Is This Answer Correct ? | 8 Yes | 0 No |
Explain why do we use msmq?
What is typical about a windows process in regards to memory allocation in .net?
When displaying fonts, what is the difference between pixels, points and ems?
What is machine.config in .net?
Tell us the difference between managed and unmanaged code?
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
Explain the code behind wors and contrast that using the inline style.
Which among the following two is best and why? Abstract Class and Interface. What is the major difference in between those two except the discrete methods and methods with function definition.
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is the difference between reference type and value type?
What is manifest in .net?
What is the raise event used for?