Why java is not a pure object oriented language?
Answer Posted / subbu
Java uses primitive datatypes. so it not a pure object oriented language.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is the function of http?
Define nashorn in java8.
What do you mean by thread safe?
what are abstract functions?
define the terminology association.
How to overcome the exception object reference not set to an instance of object?
Explain covariant method overriding in java.
What is data type in computer?
Tell me about your ability to work under pressure
Can you declare an interface method static?
How do you use compareto?
What are runtime exceptions?
Can we call the run() method instead of start()?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
How to retrieve data from database in java using arraylist?