Why didn't they just leave it C++ and add a few libraries? And is it interpetive or compiled? I feel like java is a big confusing mess - just blowing off some steam. I love plain old C, by the way. And javascript is okay too. But OO stuff is overrated in IMO. What do you think?
2007-02-01
06:01:31
·
8 answers
·
asked by
monster5235
2
in
Computers & Internet
➔ Programming & Design
p.s. I have also studied OOP programming - took classes in Smalltalk and about 3 java classes. OOP supposes that you know the ground up - and causes you to build objects and determine methods before you have ever written an application. To me this is totally counter intuitive. You may disagree, but I can write an application in C much faster then in C++ and re-usable code is never usually very re-usable. You must test and test and test. I would rather be programming. I also dislike canned stuff that I didn't write. The proof to me that Procedural programming is far superior to OOP is the the advent of beans and JSPs. Lookie there, procedural stuff actually slid back in - how 'bout that. Java IS overrated.
2007-02-01
06:32:46 ·
update #1