Re: vb

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Gerry O'Brien [MVP] (gkcomput_at_hotmail.com)
Date: 04/22/04


Date: Thu, 22 Apr 2004 08:09:30 -0300

The companies that created them?

In what terms are you referring? Java and J#? Java and any .NET language?

Your subject says VB so I'll assume you want to know the difference between
Java and VB.NET?

1) Syntax - the languages use different language elements

 2) Platforms - currently .NET runs only on the Windows platform, Java is
supposed to work on multiple platforms

3) OOP - both are fully compliant object oriented programming languages

4) Compiled Code - VB.NET compiles to MSIL (Intermediate Language), Java
compiles to Java byte code

5) Runtime - VB.NET and all other .NET languages use the Common Language
Runtime (CLR), Java uses Java Virtual Machines (JVM)

6) Best - .NET of course!! :-)

-- 
Gerry O'Brien
Visual Developer .NET MVP
Visual Basic
"sankar" <sannkar> wrote in message
news:BB18F7EE-6600-4B5A-B20D-5D19894E69CB@microsoft.com...
> what is different between java and .NET


Relevant Pages

  • Re: Comparing Lisp conditions to Java Exceptions
    ... All the ISO standards in the world will not make the world ... Nothing keeps you from annotating your program with exceptions based on what ... language should adhere to your theory. ... Curiously, although you don't say it, Java has the opposite problem. ...
    (comp.lang.lisp)
  • Re: casts
    ... This is why most shit programmers refuse to learn languages including ... C Sharp and Java. ... compiler in a later edition of Visual Basic, ... language for processing data. ...
    (comp.lang.c)
  • Re: C, really portable?
    ... > Wait, is Java a modern language superior to C, or is it still ... It is a much better OO language than C++, ... It depends what you are doing, Java aims for rigorous portability - the same ... regardless of platform. ...
    (comp.lang.c)
  • Re: Is anybodys favorite computer programming language not included here?
    ... to talk about getting me some paying work writing Java classes. ... and could be copied to a script (as in Java BeanShell or Lisp PROG). ... >> please post a followup saying what language it is, ... Server: "Mother, ...
    (comp.programming)
  • Re: Basic inheritance question
    ... used 'this' in C++ and Java. ... but in Python it doesn't. ... language, they would write a lot of ten liners that is changed a LOT ... Add three levels of inheritence and a couple globals and you'll find out ...
    (comp.lang.python)