Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / vasavi
Java is pure object oriented because java will allow the
data representation inside the classes only.
Is This Answer Correct ? | 18 Yes | 10 No |
Post New Answer View All Answers
Explain notifyall() method of object class ?
What is string in java with example?
How to perform selection sort in java?
Explain some best practices you would apply while using collection in java?
What are the main uses of this keyword?
Can we clone singleton object?
Difference between collection, collection and collections in java?
What is mnemonic code?
Why singleton class is used in java?
How to implement an arraylist in java?
What is the advantage of functional interface in java 8?
How do you identify independent and dependent variables?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
How to declare objects of a class ?
Can we override constructor in java?