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

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

0 Answers  


Can you tell me the properties of the controls?

0 Answers   Satyam,


Which ADO object is used to perform commit / rollback ? Is it command or connection or recordset I am not sure of the options given. So please let me know the answer if it is something else.

4 Answers   Infosys,


What are properties available in Clip Board?

1 Answers  


To connect the Data Control with Back end What are all the properties to be set?

1 Answers  


How can you Implement windows functionality in VB?

0 Answers  


what is the difference between procedures,attributes and functions?

1 Answers   Microsoft, Patni,


what are the Controls which do not have events ?

1 Answers  


Explain the working of templates?

0 Answers  


what are Collections?

1 Answers  


what is the Property used to count number of items in a combobox?

1 Answers  


Explain about trees structures work.

0 Answers  


Categories