Answer Posted / venu
public interface Service
{
int add(int a,int b);
int mul(int c,int d);
}
by default access modifiers in nethods are public
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the importance of Global.asax in ASP.NET?
What is the difference between web.config and machine.config in ASP.NET?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is the significance of attaching a profile while creating a user?
Which Is Faster MVC or ASP.net ?
What is the best Macanism to clear the Cache in asp.net
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
What is the maximum amount of memory any single process on windows can address?
What is redirectpermanent in asp.net?
What is the use of execute non query in asp.net?
Explain login control and form authentication.
How can you register a custom server control to a web page?
What is the difference between sealed vs static class?
Can you explain why it is useful to use mvc instead of webforms? : asp.net mvc