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 prerender event of a page?
What is the difference between task and thread in .net?
Explain the use of ‘this’ keyword in Java?
Explain me difference between public and static modifiers?
What is cyclomatic complexity and why is it important?
questions on various scenarios on exception handling? like for example.... try { a; b; ...exception occurs here...what happens...will catch execute or will finally execute...will c execute c; } catch { a; b; c; } fianlly { a; b; }
What is the difference between a class and an object, and how do these terms relate to each other?
in hibernate, what is dirty reading?
Is it possible implement webservices without SOAP?
Can any object be stored in a viewstate in .net?
How Can Registry Editor in .NET?
What is loosely coupled solution in.net?