adplus-dvertising
frame-decoration

Question

Which of the following is a basic data type in VB.NET?

a.

Boolean

b.

Byte

c.

Char

d.

All of the above

Posted under VB NET Web Technologies

Answer: (d).All of the above

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following is a basic data type in VB.NET?

Similar Questions

Discover Related MCQs

Q. Which of the following converts the expression to Object data type in VB.NET?

Q. Which of the following accesss modifier specifies that an attribute at the beginning of a source file applies to the current assembly module?

Q. Which of the following accesss modifier specifies that a property or procedure overrides an identically named property or procedure inherited from a base class?

Q. Which of the following accesss modifier specifies that a property can be written but not read?

Q. Which of the following directive defines conditional compiler constants?

Q. Which of the following directive conditionally compiles selected blocks of Visual Basic code?

Q. Which of the following property of Array class in VB.NET checks whether the Array has a fixed size?

Q. Which of the following block of VB.NET identifies a block of code for which particular exceptions will be activated?

Q. Which of the following is correct about VB.NET?

Q. Which of the following accesss modifier specifies that a procedure argument can be omitted when the procedure is called?

Q. Which of the following accesss modifier specifies that a declared programming element redeclares and hides an identically named element, or set of overloaded elements, in a base class?

Q. Which of the following statement declares the name of a class and introduces the definition of the variables, properties, events, and procedures that the class comprises?

Q. Which of the following directive is used for indicating a mapping between specific lines of source code and text external to the source?

Q. Which of the following operator declares the parameters and code that define a function lambda expression?

Q. Which of the following Collection class of VB.NET represents ordered collection of an object that can be indexed individually?

Q. Which of the following block of VB.NET is used to execute a given set of statements, whether an exception is thrown or not thrown?

Q. Which of the following converts the expression to String data type in VB.NET?

Q. Which of the following accesss modifier is used in generic interfaces and delegates?

Q. Which of the following accesss modifier specifies that a property or procedure cannot be overridden in a derived class?

Q. Which of the following accesss modifier specifies that one or more declared programming elements are accessible only from within their own class or from a derived class?