Thread: so its like Java is it?

  1. #1
    Unregistered
    Guest

    so its like Java is it?

    this C# looks a lot like Java, does it feature the very helpful automatic garbage collection?

  2. #2
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823
    > this C# looks a lot like Java,

    At first - there's about a dozen threads on this board explaining the differences.

    > does it feature the very helpful automatic garbage collection?

    Yup.

  3. #3
    Just one more wrong move. -KEN-'s Avatar
    Join Date
    Aug 2001
    Posts
    3,227
    I think the board should supply a filter for this board, wherein every time the word "java" was found the thread would be renamed "I'm a total retard who can't look at old threads to answer my question"


    hmmm....I'm getting grumpier with people as the days go on.

  4. #4
    Unregistered
    Guest

    ouch, ouch!!! the flames, the flames!!!

    sorry, it was just a lazy day for me

  5. #5
    Unregistered
    Guest
    C# is pure OOP, even the build in types such as int, byte, etc, are objects and have methods.

    For example you can do this:

    Type num = 43.GetType;

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C#, Java, C++
    By incognito in forum A Brief History of Cprogramming.com
    Replies: 10
    Last Post: 10-05-2004, 02:06 PM
  2. First Java Class at college
    By GanglyLamb in forum A Brief History of Cprogramming.com
    Replies: 24
    Last Post: 09-29-2004, 10:38 PM
  3. The Java language is being expanded
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 26
    Last Post: 06-11-2004, 09:07 PM
  4. Java woes
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 15
    Last Post: 07-06-2003, 12:37 AM
  5. C or Java as a first language
    By CorJava in forum A Brief History of Cprogramming.com
    Replies: 34
    Last Post: 10-23-2002, 05:12 PM