View Poll Results: Which version of your Linux distribution do you run?
- Voters
- 21. You may not vote on this poll
-
32-bit
14 66.67% -
64-bit
7 33.33%
Results 31 to 36 of 36
Originally Posted by RobinVossen
I mean sometimes it just makes scense to do it in Java instead of C.
That's the point I was trying to get across. C and ...
- 09-15-2009 #31Registered Linux user #270181
TechieMoe's Tech Rants
- 09-15-2009 #32
I know, and you can't get around Java, and I can even write Java code, so I do know what I am talking about, but I do prefer C/C++, as it is native code, and can be ported (with some effort) to other platforms.
ASM gives you much more control and I like that more, but that can't be ported that easily, making me prefer C/C++.
One thing I dislike more than Java is .NET. Because of both ideology and technical aspects.
- 09-15-2009 #33Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,955
One of the things that I think is a major limitation of Java is its lack of multiple inheritance. I know that a lot of respected engineers think that's a good thing, but when modeling real physical systems in software, I have found that lack difficult to work around. Example: base clase house, base class boat, derived class houseboat. It has the characteristics of a house (bedroom, livingroom, kitchen, bath) and a boat (floats on water, can navigate bodies of water, has some method of propulsion thru water). Since it is really both things (house and boat), having only one of the base classes is not really illustrative of the thing itself. So, since a houseboat is derived from both base classes, you can manipulate or access its "house" state, and you can manipulate or access its "boat" state, and either is appropriate in the correct situations. You can pass it to a function that steers a boat, and you can pass it to a function that cleans a house.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 09-15-2009 #34
- 09-16-2009 #35
- 09-16-2009 #36



Reply With Quote
