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 do you mean by byte code?
What is static block?
Explain about method local inner classes or local inner classes in java?
Why is stringbuffer called mutable?
What is immutable data?
Explain working of call by reference function invoking.
How big is a 64 bit float?
How to make a non daemon thread as daemon?
What is methods and methodology?
What is the memory leak in java?
What is not thread safe?
Explain tree set and its features?
what methods would you overwrite in java.lang.object class?
How can you read an integer value from the keyword when the application is runtime in java? example?
What is the abstraction?