VB and Java – Exception Handling sumitmehtaOctober 8, 2005May 12, 2019Exception handling is a necessary element of coding. Compare the process and methods of exception handling in VB and Java in this article.
VB and Java – Networking sumitmehtaOctober 8, 2005May 12, 2019Want to learn networking programming techniques? This article describes the differences and approaches of network programming in Java and VB.
VB and Java – Database Access sumitmehtaOctober 8, 2005May 12, 2019Database Access is a very important aspect of programming. Learn how to do write database code in Java and VB side-by-side.
VB.NET – Object Serialization sumitmehtaOctober 8, 2005May 14, 2019Object serialization is useful for transfer of data across heterogeneous protocols. Learn its implementation in VB and Java in this article.
VB.NET – Crystal Reports sumitmehtaOctober 8, 2005May 13, 2019Without reporting, any data centric program is incomplete. Learn how to use crystal reports (one of the best reporting engines) in VB.NET.
VB.NET – Database Access sumitmehtaOctober 8, 2005May 13, 20192 CommentsDo you wonder how your data gets saved through web or software interface. This articles tells you the basics of database access in VB.NET.
VB.NET – Control Arrays sumitmehtaOctober 8, 2005May 13, 2019Do you want to implement control arrays in VB.NET despite of lack of its native support. This article will help you in doing the same.
VB and Java – Basic Syntax sumitmehtaOctober 8, 2005May 12, 2019The first step in learning any coding language is to learn its basic syntax rules. This article compares the basic syntax of VB and Java.