14) Which of the following access modifier specifies that Visual Basic should marshal all string to American National Standard Institute (ANSI) values regardless of the name external procedure b
A) Ansi B) Assembly C) Async D) Auto
15) Which of the following access modifier specifies that Visual Basic should marshal all strings to Unicode values regardless of the name of the external procedure being declared?
A) Shadows B) Shared C) Static D) Unicode
16) The function procedures are ________ by default.
A) public B) private C) protected D) inherited
17) Which class is not contained in the import System.Data.SqlClient?
A) SqlConnection B) SqlCommand C) SqlDataReader D) SqlDataManipulator
14) Which of the following access modifier specifies that Visual Basic should marshal all string to American National Standard Institute (ANSI) values regardless of the name external procedure b
A) Ansi B) Assembly C) Async D) Auto
Answer:
A) Ansi
15) Which of the following access modifier specifies that Visual Basic should marshal all strings to Unicode values regardless of the name of the external procedure being declared?
A) Shadows B) Shared C) Static D) Unicode
Answer:
D. Unicode
16) The function procedures are ________ by default.
A) public B) private C) protected D) inherited
Answer:
A) public
17) Which class is not contained in the import System.Data.SqlClient?
A) SqlConnection B) SqlCommand C) SqlDataReader D) SqlDataManipulator
Answer:
D) SqlDataManipulator
Comments
Leave a comment