Can we have private constructor in our class file. When we
are trying to create instance for the class will it create
or throw error regarding that?
Answer Posted / vijay rana
we can declare objects in csharp,
but we can not create any instance of this class ,
if we do so it will throw an exception;
Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
How do I create a multi language, multi file assembly?
What are the string functions in c#?
What is xml c#?
What is deferred execution?
What are the return types in c#?
What is the difference between double and decimal in c#?
What is the difference between protected and internal in c#?
Can you declare a field readonly?
What is an iqueryable in c#?
write a program to find the biggest palindrome in the given string
What does void mean unity?
These questions were asked me in a technical interview: •If we deploy an application on multiple server (like database server, web server) then, each request should be redirected to proper server, then how you will handle it in your code? •How security pinholes will be handled in an application? •What things should be considered while writing a web application? •How will you do load/performance testing of web application? Which framework you will use for it? •How will you implement a cache for results which require a DB access? Please let me know how to write an web application considering all these points. I am not so much aware of architechural design of web application. Your guidelines will be helpful.
Explain About .Net remoting
Write a C# program to find the Factorial of n
Is a valid int value?