Why Java is not purely object oriented?
Answer Posted / ratnam gupta
java is fully object oriented language because you will say about primitive data type int ,float etc than wrapper classes concept is there for primitive data types .and wrapper class makes the data types as object
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the file extension for java?
What is an error in java?
What is var keyword ?
Is it possible to override the main method?
Explain about interrupt() method of thread class ?
Describe what a thread-local variable is in java?
What happens to the Exception object after handling an exception?
can any body body expalin best definitions & best real time exaples for opps concepts.
Give a brief description of java socket programming?
what happens when a thread cannot acquire a lock on an object? : Java thread
How to create com object in Java?
What is ordered map in java?
What are peerless components?
What Is Query Throttling in java?
what is the difference between process and thread? : Java thread