whether java is fully object oriented language or partially
object oriented language
Answers were Sorted based on User's Feedback
Answer / govindaraj
java partially "ool" because it supports primitive data type also [ means not only class done all process . int,float also used to process so that say]
| Is This Answer Correct ? | 21 Yes | 2 No |
Answer / maninder kaur
java partially "ool" because it supports primitive data type also [ means not only class done all process . int,float also used to process so that say]
but yes, coz we have wrapper classes to make all primitives as objects, we can considered it as a pure object oriented language.
still, there are lots of conflicts about it.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / prabakaran
Java is a fully Purly Object Oriented Programming Language
started from Java 5 version
because the primitive data types changes into Wrapper class
so we call as Object Oriented Programming Language
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rahul rastogi
Yes, Java is pure object oriented Language because in Java we can't use anything without Object.It means without object [directly or indirectly] we can't do anything.
| Is This Answer Correct ? | 5 Yes | 10 No |
Differences between jdk 1.4 and 1.5
6 Answers SoftSol, TCS, Wipro,
What is the different between get and post?
How to display all the prime numbers between 1 and 100
What two classes are used to read data only?
0 Answers TryTechnicals Pvt Ltd,
How many bits are in a sentence?
Explain the importance of finally over return statement?
what is the context
How do you escape in java?
Can we define private and protected modifiers for the members in interfaces?
What is meant by throwing an Exception?
Why constructor has no return type?
What is number data type?