Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


is java purely oop Language?

Answers were Sorted based on User's Feedback



is java purely oop Language? ..

Answer / paras mangwani

no it is not 100% pure OOP language

Is This Answer Correct ?    0 Yes 0 No

is java purely oop Language? ..

Answer / rawther

java is not a purely object oriented language because it
doesnot support the feature multiple inhetiance .

Is This Answer Correct ?    0 Yes 0 No

is java purely oop Language? ..

Answer / p.naveenreddy

ya ofcourse java is a pure objected oriented programing
language because any language which is supporting and
satisfying encapsulation polymorphism and inheritance we can
say that that language is a object oriented programing lanugage

1. eventhough it is supporting primitive data types they
are declared inside the class only hence outside the class
they are not available so it is satisfying encapsulatiopn to
maximum extent

2.directly we can say it is satisfying polymorphism

3.in java multiple inheritance is avoided but it is
supporting and satisfying major part of the inheritance
concepts

Is This Answer Correct ?    0 Yes 0 No

is java purely oop Language? ..

Answer / sampath

there is only one perfect oop lnguage in the world.
that is smalltalk.
why not java............
because we can access the variable with out using object.
how..........???????
answer is
if a variable declare in main function we can call it with
out using object. may be u can argue with me even variable
declare in class. the perfect oops supports any operation
only with objects

Is This Answer Correct ?    0 Yes 0 No

is java purely oop Language? ..

Answer / mohanapriya

java is partially object oriented concept.....
if we say any language is pure object oriented,everything
should be as object.
but in java except string,no other access through object...
that is int,char,etc...
we can do by creating object and access int,char,etc.....
but cant say that without creating object ,cant access.(can
access without creating object).....
so java-partially oops
smalltalk-pure oops.

Is This Answer Correct ?    0 Yes 0 No

is java purely oop Language? ..

Answer / rajashekar reddy

Yes, java is purely Object Oriented Language,
someone says that Java is partially OOL because datatypes are
declared without creating object But my question is without creating object how can we access these data types.
We can declare any data type within the method or within the class only and obviously every method is written inside the
class only.
Every class is an Blueprint of that particular object.
My conclusion is Java is purely Object Oriented Language.

Is This Answer Correct ?    0 Yes 0 No

is java purely oop Language? ..

Answer / raji

Java is not a pure object oriented language because it
support primitive data types( int,float,double,......). Pure
object oriented language means everything should be declared
in objects. SMALLTALK is an example for a pure object
oriented language.

Is This Answer Correct ?    0 Yes 1 No

is java purely oop Language? ..

Answer / prashant

java is a not oopl

Is This Answer Correct ?    0 Yes 1 No

is java purely oop Language? ..

Answer / praveen kumar

Java is not a pure oop Language, for database accessing ,
it depends on the opearting systen native files.

Is This Answer Correct ?    1 Yes 2 No

is java purely oop Language? ..

Answer / sandeep kaur

java is an Object Oreiented Language..but it is not a pure
Object oriented Programming Language..because it does not
support all the features of OOP.
One Reason:
All the data types are not objects..but java support all
these Data Types.But in OOP Language everything should be
objects and methods.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More OOPS Interview Questions

Why do we use virtual functions?

4 Answers  


What is nutshell in programming language?

1 Answers   Satyam, Tech Mahindra,


WAP to generate 2n+1 lines of the following pattern on the computer screen:

2 Answers  


create a c++ program that will accepts 9 inputs using 3 by 3 array.

1 Answers  


What makes a language oop?

0 Answers  


What are the advantages of inheritance?

26 Answers   IBS, TCS,


for example A,B,C,D are class all the 4 class contain one method who() but the method who() implementaion is differnet among each class. the relation among the 4 class are A is base class and is inherited by B and C.and from this two B and C where D is inherited. the question is i want to display the output who() method in all the classes(A,B,C,D)the output of who() method is diferrent amond all the class(A,B,C,D) ------A------ virtuval who(print a) override | | who(print b) B C override who(print c) | | -------D------ override who(print d)

2 Answers  


what are the ways in which a constructors can be called?

2 Answers   TCS,


what is difference between objects and function

3 Answers  


what are the ways in which a constructors can be called?

0 Answers  


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

2 Answers  


What is inheritance and how many types of inheritance?

0 Answers  


Categories