• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

A Visual-Basic-compared-to-Java Cheat Sheet

 
Bartender
Posts: 1464
32
Netbeans IDE C++ Java Windows
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
To get the ball rolling, I'm going to post a few things about Visual Basic as I (re)learn this language. One thing about its current incarnation that stands out is a strong structural similarity to Java. They aren't transliteral, but there's a lot of overlap. Enough, in fact, that Frederik Zipp successfully listed the basic elements of each language in two parallel columns, creating a kind of cheat sheet (or, better, a two-language Rosetta Stone). With this, if you know one language, you'll have a jump start on the other.

I'm attaching Herr Zipp's .pdf version, but you can also see it online. (It's also online in German.)

Note: His sheet says, "The IsNot operator is patented by Microsoft." That appears to be overstated. In 2004, Microsoft applied for a patent on the IsNot operator, which caused something of a stir. However, it appears to me that the US Patent and Trademark Office dismissed the application in 2007 when Microsoft neglected to respond to the Office's request for some information. If you're curious, you can read the patent application to see what Microsoft thought it had invented.

More about Visual Basic coming soon.
Filename: java2vb_en.pdf
Description: A Java/Visual Basic Cheat Sheet
File size: 118 Kbytes
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic