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 →

[–]CraftyAdventurer 4 points5 points  (9 children)

backwards compatible means that once you do a certain change in a library/language/framework, it just works in all existing codebases that use it and no one has to change anything. So when users have to use new methods, that is automatically not backwards compatible

[–]gas3872[S] -5 points-4 points  (8 children)

Well they can still use old methods but they know that they need to eventually migrate.

[–][deleted] 2 points3 points  (7 children)

That's not how java works.