in reply to Re^3: A Perl vs. Java fight brews
in thread A Perl vs. Java fight brews
But, not matter what, you must put all of that in a class. Hence the charge: Java is Object Oriented Only.
Same in Perl. If one is not specified explicitely, main is used.
You can't just write a driver
You can't have driver code in C either, but that doesn't stop you from coding procedurally in C. That Java can't have drive code does not preclude programmers from writting procedural Java programs.
Perhaps these differences seem small, but they are real.
I didn't say there weren't differences. (Quite the opposite.) I said programmers code procedurally in Java, so it's not only OO.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: A Perl vs. Java fight brews
by Fletch (Bishop) on Jul 24, 2006 at 18:11 UTC | |
by ikegami (Patriarch) on Jul 24, 2006 at 18:23 UTC | |
by iguanodon (Priest) on Jul 25, 2006 at 01:04 UTC |