Answer Posted / amika
java is a pure object oriented language because in java all
programs are made by using objects.in java ,without creating
objects we can,t access any method..so java is a pure object
oriented.
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
Similarity and difference between static block and static method ?
What is return keyword in java?
What do you understand by casting in java language?
When a byte datatype is used?
What is java lang string?
Are constructors methods?
What is the reflection?
How many digits can a float hold?
Explain the protected field modifier?
What is the byte order of byte buffer?
Where are the card layouts used?
What is toarray method in java?
How thread scheduler schedule the task?
What is threaded programming and when is it used? : Java thread
why not override thread to make a runnable? : Java thread