Slashdot Mirror


User: Mackoid

Mackoid's activity in the archive.

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

Comments · 3

  1. Take A Step Back First on What's wrong with HelloWorld.Java · · Score: 0

    HelloWorld.java is a good enough example of OO programming from the Java perspective but only if it is presented properly. The biggest problem isn't the example, it's the approach used to explain the example.

    To present this example an non-OO:

    public class HelloWorld {
    public static void main( String [] args) {
    System.out.println("Hello, world.");
    }
    }

    where clearly from a Java standpoint we have several objects and methods staring back at us is totally incorrect. Perhaps the approach should be to explain from day one why this is considered non-OO and then present an improved example of "good" OO as a contrast. Then, I think the instructors/writers are getting somewhere.

  2. The "O" in Internet Explorer on Windows 98, Me, NT4, 2000 and XP SSL Flawed · · Score: 0, Troll

    We're the "O" in O/S.

  3. It's Kinda Dangerous to be an Astronaut on Reflections on Challenger · · Score: 1

    Damn the O-Rings, full speed ahead!