Intel 8085 Question:
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.
'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.
Previous Question | Next 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? |