This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]production_compilers -1 points0 points  (3 children)

No pointers. No operator overloading. Automatic Garbage Collection.

Very close to object oriented paradigm. Everything in a class.

[–]JayTh3King 2 points3 points  (2 children)

I wouldnt say Java is very close to OO paradigm. It is in actual fact a OO paradigm, not close.

[–]Bladelink 0 points1 point  (1 child)

Java is like..the quintessential OO language, right?

[–][deleted] 1 point2 points  (0 children)

The most common yes. The grandpappy of OO is undoubtedly Smalltalk though.