why Java is not purely object oriented?

Answers were Sorted based on User's Feedback



why Java is not purely object oriented?..

Answer / anonymous

this almost timewaste question being asked by NoWork
interviewers.There is no exact answer forthis, up to now.

Is This Answer Correct ?    9 Yes 2 No

why Java is not purely object oriented?..

Answer / paindriven

It isn't a pure OO language because you can use static members.

Eiffel is an example of a true pure OO language.

Is This Answer Correct ?    5 Yes 0 No

why Java is not purely object oriented?..

Answer / swe

Java is a OOP language and it is not a pure Object Based Programming Language
Many languages are Object Oriented. There are seven qualities to be satisfied for a programming language to be pure Object Oriented. They are:
Encapsulation/Data Hiding
Inheritance
Polymorphism
Abstraction
All predifined types are objects
All operations are performed by sending messages to objects
All user defined types are objects.
JAVA is not because it supports Primitive datatype such as int, byte, long... etc, to be used, which are not objects.
Contrast with a pure OOP language like Smalltalk, where there are no primitive types, and boolean, int and methods are all objects.

Is This Answer Correct ?    5 Yes 0 No

why Java is not purely object oriented?..

Answer / raj

java is not purely OO b'coz we can use primitive data types
int ,char etc in java.

Is This Answer Correct ?    9 Yes 6 No

why Java is not purely object oriented?..

Answer / banti sharma

Yes Surendra Reddy is absolutely right Java is purely oops
because we cant write any Program in Java without declaring
a class.

Is This Answer Correct ?    6 Yes 5 No

why Java is not purely object oriented?..

Answer / shashi pratap singh

java is nt purely object oriented,it is a pacakge-centric
language.In java we use primitive data type like int and
char in it and we can nt use multiple inheritence in
java.so it is nt purely object oriented.

Is This Answer Correct ?    3 Yes 2 No

why Java is not purely object oriented?..

Answer / shanu zabeen

java is not purely Object Oriented bcoz java is both
compiled and interpreted.
as we knoe c is a compiled language(structured language
,procedural language)
where as java is compiled and interpreted.
therefore we can say that java is object oriented but not
purely object oriented.

Is This Answer Correct ?    0 Yes 2 No

why Java is not purely object oriented?..

Answer / reddy

yes,this is d true, the java not purely oops,but it is a
truley object oriented programming language

Is This Answer Correct ?    1 Yes 5 No

why Java is not purely object oriented?..

Answer / surendrareddy

java is pure oop no doubt at all.

Is This Answer Correct ?    6 Yes 12 No

Post New Answer

More Programming Languages AllOther Interview Questions

What do you understand by modular programming?

0 Answers   Tech Mahindra,


What is the difference between windows 98/2000/XP Operating Systems?

16 Answers   CMS, Siemens, TCS,


what is throws keyword

1 Answers   IBM,


how we define two jobs have same name??is it exist??

0 Answers   CTS,


Given a Binary Search Tree, write a program to print the kth smallest element without using any static/global variable. You can?t pass the value k to any function also.

0 Answers   Amazon,






Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance

0 Answers  


While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????

2 Answers  


I'm new to ABAP. What is Module pool in SAP?

0 Answers   TCS,


1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?

0 Answers   HTC,


When you deliver your C++ headers and C++ library of a class (what all can you change in the class so that application using your class does not need to recompile the code)

0 Answers   Yahoo,


What is the merger sort principle and its time complexity.

0 Answers   Verifone,


Delta 5 weight scale not connect with oracle application what i can do?

0 Answers  


Categories