is java purely oop Language?

Answers were Sorted based on User's Feedback



is java purely oop Language? ..

Answer / swapna

java is not a pure object oriented .its partially object
oriented.object oriented means every thing should be used in
terms of objects.in java we use datatypes with out creating
any objects.using java we can do fully object oriented
programming.so its a partially object oriented.

Is This Answer Correct ?    107 Yes 20 No

is java purely oop Language? ..

Answer / sujith

Perfect answer by Swapna. Java is not pure object oriented.
Data types are still not objects except String. I think the
only pure object oriented language still is smalltalk,
though i havent explored much with c#.

Is This Answer Correct ?    45 Yes 13 No

is java purely oop Language? ..

Answer / vijay tandel

Java is not pure OOP Language because it uses primitive data
types.

Is This Answer Correct ?    17 Yes 3 No

is java purely oop Language? ..

Answer / baalu aanand

No, because
1) data types not declaring by object except String, data
types are declaring in Literal types
2) It not support Multilevel inheritance
3) It does n't support operator overloading


So, java is not purely OOP concept

Is This Answer Correct ?    15 Yes 4 No

is java purely oop Language? ..

Answer / ravi

no ,
java is not a purely object oriented language because it
doesnot support the feature multiple inhetiance .
it support the feature interface instead of multiple
inheritance

Is This Answer Correct ?    23 Yes 15 No

is java purely oop Language? ..

Answer / mahaveer bhaskar

no, because it uses primitive data type

Is This Answer Correct ?    10 Yes 2 No

is java purely oop Language? ..

Answer / manikandan

Java is purely OOPL.primitives are simple datatypes in java
all the collections classes are uses wrapper class only not
a simple data types In all the applications we uses wrapper
class only not a primitives.we use primitives only for a
learning purpose and java supports native language that so
primitives still lives in java

Is This Answer Correct ?    5 Yes 0 No

is java purely oop Language? ..

Answer / girish

No,java is not pure object oriented language ,not
everything done by an object.Pure oopl is small talk.

Is This Answer Correct ?    10 Yes 7 No

is java purely oop Language? ..

Answer / mathi

Java is not a pure oop lang. Smalltalk is a pure oop
language.

Is This Answer Correct ?    9 Yes 6 No

is java purely oop Language? ..

Answer / vinay chowdary

According to oopl specification a language which considers
each and every component as an object.
1.But in java primitive datatypes are there so we can
consider java as not fullfledged oopl.
2.all of u guys plz think that java also providing wrapper
classes for each primitive,so can't it be full object
orientation(plz respond me on this point)

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More OOPS Interview Questions

Program to open a file with First argument

1 Answers   TCS,


Pls...could any one tell me that whether we can access the public data memeber of a class from another class with in the same program. Awaiting for your response Thanku

4 Answers  


What do you mean by binding of data and functions?

3 Answers  


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

0 Answers  


Why polymorphism is used in oops?

0 Answers  






What is destructor oops?

0 Answers  


what is function overloading..?

4 Answers  


How to Increment the value of the empid E001 for each and every employee by using the programe?

1 Answers   Accenture,


What is deep and shalow copy?

3 Answers   L&T, TCS,


What do you mean by inline function?

6 Answers  


What is abstraction and encapsulation?

0 Answers  


i am getting an of the type can not convert int to int *. to overcome this problem what we should do?

0 Answers  


Categories