Thread: goodbye

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Registered User
    Join Date
    Apr 2003
    Posts
    2,663
    ...ahhhhh, welcome to installation, classpath and package hell.

    I think beginning Java is easier than C++ because you don't have to worry about deleting pointers after using the 'new' operator, and inheritance is simpler(can't have multiple base classes). But having to make everything a class seems a bit ridiculous--especially main(). Compiling programs in Java is also a pain.

    Java does allow you to expand into the web, but then if you want to do that, maybe you should really be learning C#.

    I've read a little bit about C#, and it seems a lot like Java in that it also has automatic freeing of memory(i.e 'garbage collection'). C# like Java seems like a simpler version of C++ but with a much broader scope that includes the web. Of course C# is expensive to get into--you have to buy a compiler and have the necessary .NET framework on your computer, where Java is free--that's the reason I'm learning Java over C#.

    Good luck.

    p.s. The only active Java forums I've found are at the Sun website.
    Last edited by 7stud; 03-02-2005 at 04:16 PM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Goodbye ZoneAlarm
    By VirtualAce in forum Tech Board
    Replies: 1
    Last Post: 01-16-2009, 06:28 AM
  2. Goodbye Austin (but not farewell)
    By Sebastiani in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 12-24-2008, 09:37 AM
  3. Goodbye everyone
    By AloneInTheDark in forum A Brief History of Cprogramming.com
    Replies: 8
    Last Post: 03-01-2008, 06:40 PM
  4. Goodbye, Joshdick
    By Krak in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 01-28-2003, 04:31 AM
  5. Siagal bids Goodbye!!
    By Siagal in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 10-24-2001, 07:48 AM