Final answer:
The incorrect statement from the given options is (b) In java it is not easy to write C-like so called procedural programs.
Step-by-step explanation:
The incorrect statement from the given options is (b) In java it is not easy to write C-like so called procedural programs. While Java is primarily an object-oriented language, it also supports procedural programming. In fact, many Java programs use procedural programming techniques alongside object-oriented programming. So, it is possible to write C-like procedural programs in Java.