Intel 8085 Question:
Download Questions PDF

What is the purpose of reserved word using in C#?

Answer:

A keyword that specifies that types in a particular namespace can be referred to without requiring their full qualified type names.

'using' reserved word always come with namespaces. eg. using systems so because of this useful classes supplied by Microsoft which are contained by System namespace are availble for user.

Download 8085 Interview Questions And Answers PDF

Previous QuestionNext Question
Just by seeing the signature of the bean how can you specify whether it is a Stateful or Stateless Session Bean?What are the minimal cost and minimal risksolution?