this C# looks a lot like Java, does it feature the very helpful automatic garbage collection?
This is a discussion on so its like Java is it? within the C# Programming forums, part of the General Programming Boards category; this C# looks a lot like Java, does it feature the very helpful automatic garbage collection?...
this C# looks a lot like Java, does it feature the very helpful automatic garbage collection?
> 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.
-Govtcheez
govtcheez03@hotmail.com
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.
Gays can't love like real people
entropysink.com -- because arses weren't designed for running websites.
sorry, it was just a lazy day for me
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;