| Other C Sharp Interview Questions |
| |
| Question |
Asked @ |
Answers |
| |
| What is the difference between class and abstract class? |
| 9 |
| How to authenticate web service? When you enter the web
service url in browser it should ask username and password.
After entering the un&pwd we have to show its methods and
service description(wsdl). |
| 3 |
| Where is the output of TextWriterTraceListener redirected? |
| 1 |
| Can you inherit multiple interfaces? |
| 3 |
| Explain the Scope of
public/private/friend/protected/protected friend. |
Wipro | 1 |
| int i = 1;
int j = 1;
System.Console.WriteLine(i == j);
System.Console.WriteLine(i.ToString() == j.ToString());
System.Console.WriteLine((object)i == (object)j);
Give the sample code above, what is the output to the console?
|
| 5 |
| How many catch blocks can be there for a single try block? |
HCL | 5 |
| What?s an interface class? |
| 1 |
| How do you remove the objects which are not in
use?Explicitly or implicitly?What is the exact mechanism
going behind? |
Choice-Solutions | 2 |
| What?s the advantage of using System.Text.StringBuilder over
System.String? |
| 1 |
| What is abstract class ? |
Digital-GlobalSoft | 5 |
| What is the Difference between directcast and ctype?
|
Wipro | 1 |
| |
| For more C Sharp Interview Questions Click Here |