Do you know what is .net standard?
No Answer is Posted For this Question
Be the First to Post Answer
i have an array of 10 objects whose values are from 1-10 randomly inserted. i have deleted one array object. tell me what is that value? write the logic of it.
2 Answers Deloitte, Srp Khanij,
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
How can you clean up objects holding resources from within the code?
Is there built-in support for logging?
Will it go to finally block if there is no exception happened?
What is the advantage of .net core?
Tell us the difference between managed and unmanaged code?
Describe the start-up process for a Windows service.
What is DTS and explain the purpose of it?
What is the Difference between imperative and interrogative code?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
What is the raise event used for?