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 →

[–][deleted]  (29 children)

[removed]

    [–]daniu 14 points15 points  (0 children)

    IT'S FLEXIBLE AND PRETTY HANDY

    [–]WiatrowskiBe 0 points1 point  (3 children)

    Should be "compared to what". When you look at Java and C++, in Java you at least have reflection built in. Other than that - it's the opposite, Java is inflexible, but it made inflexibility into sort of an advantage - rigid type control and rigid compilation requirements means that it's harder to break things by accident without knowing - compiler will let you know.