Name some of the keywords used in vb.net?



Name some of the keywords used in vb.net?..

Answer / Lav Kumar

Some commonly used keywords in VB.NET include: Dim (to declare variables), Function (to define functions), Sub (to define subroutines or procedures), If, Then, Else, Select Case, Loop, For Each, Next, Try, Catch, Finally, New, Implements, Inherits, Overrides, Class, Structure, Module, Public, Private, Shared, MustInherit, Imports (for namespaces), With, Without, As, Const, Option, and many more.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

Explain convert.tostring and i.tostring method?

1 Answers  


Compare c# and visual basic.net?

1 Answers  


When do you use virutal keyword?

1 Answers  


hello friends.. when i deployment my project in the client machine that is successful but whenever i try to run my project using .exe file then it gives me error "<filename>.exe is not a valid win32 application." what i do somebody halp me pls

1 Answers  


Explain about globalization?

1 Answers  


What is the difference between Namespace and Assembly?

1 Answers  


What is the use of errorprovider control?

1 Answers  


What are option strict and option explicit?

1 Answers  


How to view an assembly?

1 Answers  


What is the difference between manifest and metadata?

1 Answers  


What is the main purpose of garbage collector?

1 Answers  


how can we assigns items on listbox so that it will show rowwise please write the code for it.

3 Answers  


Categories