Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / mishal tripathi
No, it is not purely object oriented because of primitive
data types.
Is This Answer Correct ? | 30 Yes | 15 No |
Post New Answer View All Answers
How does the java compiler work?
What is difference between static variable and global variable?
Why does java have different data types for integers and floating-point values?
What are conditionals and its types?
How do you control extraneous variables?
Can a private method of a superclass be declared within a subclass?
Explain the scope or life time of class variables or static variables?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What is * argv?
what is server side caching?
What is the difference between synchronized and synchronized block?
How do you sort a string in java?
What is unicode datatype?
Explain notify() method of object class ?
What is a parameter used for?