Is java 100% object oriented language?

Options
- yes
- no
- can’t say


CORRECT ANSWER : can’t say

Discussion Board
Java

These are suitable questions java begineers.

Barani Maung Maung 12-20-2016 10:36 PM

Explanation.

Answer : No.

Java is not a pure object oriented language because it supports Primitive datatypes such as int, byte, long etc, to be used, which are not objects.

Jayesh Sonar 02-25-2015 06:36 AM

java 100 percent oop language

it is definately not 100 percent object oriented as it cannot convert integer into object as it can only wrap the interger using wrapper class

robin 08-22-2014 02:11 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement