asked 155k views
5 votes
Mark the incorrect statement from the following:

(a) Java is a fully object oriented language with strong support for proper software engineering techniques
(b) In java it is not easy to write C-like so called procedural programs
(c) In java language objects have to be manipulated
(d) In java language error processing is built into the language
(e) Java is not a language for internet programming.

asked
User JoKr
by
7.8k points

1 Answer

1 vote

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.

answered
User Yegodm
by
8.2k points

No related questions found