Slashdot Mirror


User: Strawberry+Pie

Strawberry+Pie's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:Java is the question on Portable Coding and Cross-Platform Libraries? · · Score: 1

    Bullshit. Java has non-blocking sockets, at least in 1.3.

    If you're going to slam a language or technology or what have you, you ought to be better informed; otherwise, you come off sounding like an ignorant moron.

    Java is not the right solution for everything, but it is the solution for some cases.

  2. What are you talking about? on Portable Coding and Cross-Platform Libraries? · · Score: 1

    You are wrong about the lack of multiple inheritance in Java. It's there; you simply have to use Java interfaces to get it.

    You are also wrong about cut&paste programming. That's a problem due to bad programming, not due to an inherent flaw in Java. A good programmer will abstract out the common code into a separate method. In fact, it's ridiculously easy to do, and your point about forced redundancy in Java programming are completely off base.