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 |
What is managed code in .NET?
What is a variable of implicit type and what is its scope?
How to spawn a thread?
How different are interface and abstract class in .Net?
How is .net able to support a lot of languages?
Please explain what do the terms “boxing” and “unboxing” mean?
What is heap and what is stack?
What is an anonymous method and how is it different from a lambda expression?
Do you know what's the difference between .net and laravel?
What are remotable objects in .NET Remoting?
How to send the Mail in C# using ASP.Net ? And my Answer is as follows ?
What is CCW (COM Callable Wrapper)