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

When Activex exe is benificial in vb application

1 Answers   TCS,


What is ActiveX Explain?

2 Answers   SDS,


What are the different types of errors in visual Basic?

8 Answers   ABC,


How would you Create a Query Builder and Explain its uses ?

0 Answers  


What is rdo in vb?

0 Answers  






How to get free file location in memory?

1 Answers  


What does option Explicit means?

8 Answers   IBM, Infosys,


What is the difference between modal and moduless window?

2 Answers  


Can Redim be used to declare a new array ?

13 Answers   Infosys,


what are the Differences between variables defined as public in a standard module (.bas) file and a Class file?

2 Answers   CTS, Technocrats,


What is hyperlink?

0 Answers  


What is data binding in vb net?

0 Answers  


Categories