Explain the two different types of typecasting?
Implicit: Defines the storing of values from smaller data types into larger data types, performed by the compiler only.
Explicit: Defines the storing of values from larger data types into smaller data types that may result in information loss.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain what is the difference between a class and an object, and how do these terms relate to each other?
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!!!
What is the concept of inheritance in .net?
Explain me why do we use msmq?
ctype(123.34,integer) - should it throw an error? Why or why not?
What is JIT and how is works?
What is managed code in .NET?
Explain what is the difference between odbc and ado?
What is CLR? How it will work?
what is a strong name?
What are server controls?
Using activex control in .net?