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
How do you trim a space in java?
What is preparedstatement in java?
What is OOP Language?
Tell me about different OOPS concepts.
What is the format specifier?
What is public static?
What is annotation in java?
Is java written in c?
How many wrapper classes are there in java?
What is the difference between stream and buffer?
Why we use multi threading instead of multiprocessing?
Are arrays static in java?
Can we have try block without catch block?
Why string is not a wrapper class?
Can we increase array size dynamically in java?