what are the advantage in vb.net and different between vb
and vb.net
Answer Posted / rahul godse
1. VB uses vb runtime while vb.net uses CLR
2. VB object based,vb.net is object oriented
3. VB Suports splash screen
4. VB Uses on error goto while vb.net uses Try..
Catch..Finally
5. vb.Net Supports inheritance
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
Explain jagged array in vb.net?
What is an application domain? how they get created?
What are the different variables in vb.net?
Explain the difference between dispose and finalize()?
Explain the advantages of migrating to vb.net?
what is diffrence constructor and destructor in vb
What is the use of internal keyword?
What is meant by jagged arrays?
What is public assembly?
Explain the difference between import system.data.sqlclient and system.data.oledb?
What are the types of generations in garbage collector?
What does assert() method do In VB.NET
Described strong typing
How many classes a dll can contain?
How to achieve Polymorphism in VB.Net?