What is a resource? Provide an example from your recent
project.
Answer / gaurav
Resources are objects like images, text files etc.
Is This Answer Correct ? | 3 Yes | 0 No |
What is meant by .Net framework?
What are the benefits of Model-View-Controller Architecture?
What are the improvements made in cas in .net 4.0?
Without UDDI, is it possible to access a remote web service ?
1 Answers RR, TCS, Tech Mahindra,
What is clr in .net?
What is meant by managed and unmanaged code?
Resource Files: How to use the resource files, how to know which language to use?
why .net does not support multiple inheritance?
Which namespace does it belong to by default?
Explain .net framework overview?
Please explain what are an inheritance, polymorphism, and encapsulation?
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