adspace
Answer Posted / Bipin Gupta
In VB.NET, Constant Type Statements (CTS) are used to declare constants. Constants are values that cannot be changed during runtime. The syntax is: Const <constant name> As [data type] = <value>.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is option strict?
What are the features of c# which are not present in vb.net?
How to retrieve images in sql server database through vb.net?
What is the use of assembly?
Explain how can we remove handlers at run time?
How to send xml file on server using http protocol?
Explain the difference between system.string and system.stringbuilder classes?
What is early binding?
How to store images in sql server database through vb.net?
Explain the difference between datatable and dataset?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain an assembly?