Multiple choice technology Java claims to be three of the following. Please select the false claim. Java is an object-oriented language. Java is a language that is network-aware. Java is a language which gives you great freedom in how you write your program. Java is a portable language. Reveal answer Fill a bubble to check yourself C Correct answer Explanation Java enforces strict rules (strong typing, no pointers, garbage collection, OOP structure) that constrain how you write code - less freedom than C/C++ but safer and more maintainable.