Subscribe

RSS Feed (xml)

Powered By

Skin Design:
Free Blogger Skins

Powered by Blogger

Wednesday, July 16, 2008

Which of the following operators has the highest precedence?
* Pre Increment (++x)
* Shift bits left: <<
* Bitwise Or: |
* Post Increment (x++)

Shift bits left

The uniqueId that gets generated at the start of the Session is stored in
* Client computer as a cookie
* Server machine
* Passed to and fro on each and every request and response
* Both a and b are correct

Both a and b are correct

State True or False: C# supports multiple-inheritance
* True
* False

False

Bitwise AND operator in C# is
* &
* &&
* AND
* XAND

Answer1:
&&

Answer2:
&

Bitwise OR operator in C# is
* OR
* ||
* |
* XOR

Answer1:
||

Answer2:
|

What’s the .NET datatype that allows the retrieval of data by a unique key?
* Primary
* Integer
* Unique Identifier
* HashTable

No comments:

Archives