Is Visual Basic case sensitive in general?

Answers were Sorted based on User's Feedback



Is Visual Basic case sensitive in general?..

Answer / shilpi agrawal

Visual Basic is not a case sensitive language because if we
give it in small letters, it automatically takes it's
keyword form.

Is This Answer Correct ?    4 Yes 0 No

Is Visual Basic case sensitive in general?..

Answer / somesh

I Guess Visual Basic is not case sensitive.
Correct me If i was wrong..

Is This Answer Correct ?    3 Yes 0 No

Is Visual Basic case sensitive in general?..

Answer / mahvish

No! V.B is not a case sensitive in general.
But in case of string value it is case sensitive i.e


dim a as string
a="hello"
or
a="Hello"

both string values "hello" and "Hello" are differ to each
other.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

Explain the usage of Web Browser Control?

0 Answers  


Q1. A. Discuss the various types of variables. B. How to control the file? Q2. A. How the image application? B. Write short notes on trees structures work. Q3. A. How to load and unload child forms. B. When should we use recursive programming Q4. A. Write short notes on "The ole control's shortcut menu" B. How to test the AX stat class Q5. A. How to use advanced data-bound controls. B. Write notes on manipulating the recordset object Q6. A. What is script control? B. How to down load image properties. C. What is meant by building a recordset.

1 Answers   Infotech,


To.set the command button for ESC ___ Property has to be changed.

0 Answers  


What type of record sets are available in ADO?

4 Answers  


Types of Resultsets.

0 Answers  






Which controls can not be placed in MDI?

3 Answers  


what is the property to resize a label control according to your caption?

1 Answers  


What is the maximum size of form to hold the controls?

3 Answers   Tech Mahindra,


What is the difference between a PictureBox and Image control?

3 Answers  


What are the tools available for Debug in VB?

3 Answers  


Types of cursors in DAO?

0 Answers  


What is the differece between the (name) and caption properties of a control?

3 Answers  


Categories