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

What is view Port?

1 Answers  


Types of cursors in RDO.

0 Answers  


What are the uses of List View Control?

0 Answers   Atul Auto,


How do I mimic a toggle button?

0 Answers  


How would you create your application in DHTML?

0 Answers  






How many objects resides in ADO ?

0 Answers  


List out controls which does not have events ?

1 Answers  


What is the use of stretch property in Image control?

1 Answers  


How do I get my application on top?

0 Answers  


What is ODBC Direct and Microsoft Jet Database Engine ?

0 Answers  


Which controls can not be placed in MDI ?

2 Answers  


What is the error message that you would get if you try to assign "Null" to an integer variable?

4 Answers   Symphony, Yahoo,


Categories