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 difference between a multi-layer and multi-tier applications?
What is the maximum number of classes that can be contained in one dll file?
What is event bubbling?
Define a static class?
Which method is used to enforce garbage collection in .net?
How to turn off cookies for a page?
Explain a program using code nuggets to create a simple application? : asp.net mvc
1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5
Difference between using directive vs using statement?
Are there resources online with tips on asp to asp.net conversions?
What is custom events? How to create it?
What is the difference between rest and restful?
What is http post action?
What is server redirect?
What is the difference between Session and response.Redirect?