java is fullu object oriented or pure? why?
Answers were Sorted based on User's Feedback
Answer / deepak
Because the use of primitive data types in Java, it is not
qualified for Pure OOPL.
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / dharmpal singh
Java uses primitive data types and Java is not a pure object oriented language.
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / k.manivannan
java is not pure object oriented language.b'coz java supports premitive data types.java claims to be a ool but by it inclusion of basic types that are not object.it fails to meet forth quality.
a pure oopl supports these are all,
1.encapsulation and information hiding
2.polymorpism and dynamic binding
3.Inheritance
4.All premitive types are object
5.all operators perform by sending msg to object
6.all user-defefined types are object.
we doesnt considered forth point java is pure oopl
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / saritha
java is not pure object oriented programming language.
it does not support multiple inheritance..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pankaj
we work in java with the help of object and class so we can say that java is true object oriented language..not pure..pure means total work on object without class .
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / amika
java is a pure object oriented language because in java all
programs are made by using objects.in java ,without creating
objects we can,t access any method..so java is a pure object
oriented.
| Is This Answer Correct ? | 7 Yes | 9 No |
Answer / naveenchowdary.polangi
JAVA IS PURE OBJECT ORIENTED PROGRAMMING WHY BECAUSE WITHOUT
CLASS THEY CANNOT BE IMPLIMENTED SO IT IS PURE OBJECT
ORIENTED PRIGRAMMING
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / durgesh kumar mandal
Java is pure object oriented programing because we have need
creating object there is no any scope of procedural
programing and object but in c++ we can use both procedure
programming as well as object oriented programing
| Is This Answer Correct ? | 0 Yes | 10 No |
what is an virtual function
what is the volatile modifier for? : Java thread
what r callable statement and give their proper use
Which java ide is used the most?
What is scope & storage allocation of static, local and register variables? Explain with an example.
how jvm allocates memory for stack?
explain me with a code snippet about the generation and handling of null point exceptions.
Is char a method in java?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
How big is a pointer?
Is linkedlist thread safe in java?
Which all r Final classes in java except string?