Is java pure object oriented or not? if yes, give the valid
reason.

Answer Posted / raamnaresh reddy.r

No,
Reason 1:- All predefined types are not Objects.
Example:- int a=10;
Reason 2:- All operations performed on objects are not
only through methods exposed at the objects but also we can
perform directly ., for example ., we can replace String
concatenate method concat() by '+'.,
Example:- String a="JAVA"+"notfullyOOL";

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is casting in java programming?

585


What is the main function in java?

531


Can we overload the constructors?

558


What are aggregate functions explain with examples?

526


Is java se free?

524






Can constructor be synchronized?

543


Which browsers work with java?

562


How does a for loop work?

508


What is the byte order of byte buffer?

564


Can java list contain duplicates?

574


Why inputstreamreader is used in java?

552


What is anti pattern in java?

519


How many static init can you have?

683


Can singleton class be serialized?

516


What is the difference between variable declaration and variable initialization?

508