Why Java is not purely object oriented?
Answer Posted / samba
Ans) Java is not pure object orinted language. why because
we can write java program class and objects and also can
write java program class and primitive type variable as
like int float double and byte.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an infinite loop in java? Explain with an example.
What is object-oriented paradigm?
what is the difference between yielding and sleeping? : Java thread
Is ++ operator thread-safe in java?
What is nextint java?
What is the technique adopted to create an immutable class?
Which is the best approach for creating thread ?
What is meant by main method?
What is java volatile?
Can I declare a class as private?
How to find the index of the largest number in an arraylist java?
State some situations where exceptions may arise in java?
What are scriptlets?
What are the advantages of java inner classes?
Explain the difference between intermediate and terminal operations in java8?