Results 1 to 3 of 3

Thread: Java, etc?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600
    Hi all.

    Can anyone give me a brief run-down on the differences between Java, Jscript, J++, Java Beans, Java Applets?

    How are these languages/applications related to each other and how are they different from each other?

    Thanks.

  2. #2
    Member
    Join Date
    Jan 2000
    Location
    Southbridge, MA, USA
    Posts
    40
    Java is the object-oriented language, in the same "family" as C++ or Algol.

    Jscript is a scripting language, much like VBScript, developed and used by Netscape to prompt the user, and respond appropriately. It is not a full-blown programming language.

    J++ is Microsoft's attempt to bring everything under its umbrella. It includes useless extensions that make anything produced with it incompatible with real Java. The less said, and the less used J++, the better. Did I say it was part of M$'s attempt to dominate the programming world?

    JavaBeans describes a Java API. It consists of little fragments of programs, component software, if you will, that can be joined together at runtime to form complete programs. The ultimate promise of JBeans is to provide a complete desktop component environment independent of any underlying OS. When you get right down to it, this is what Microsoft wanted to crush, not Netscape, but this, the real threat to their OS hegemony.

    Applets are programs that run in web browsers [a stand-alone program is known in Java-talk as an application]. Related to applets are servlets, which are programs that run in a web server.


    [Edited by cfmoxey on 07-14-2000 at 09:43 AM]

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2000
    Location
    Mobile, AL, USA
    Posts
    600

    Thanks ....

    cfmoxey.

    That's exactly what I was looking for.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width