Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / kumaresh
yes,java is pure object oriented language...
because all our codes are written within the class.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is a dynamic array in java?
Write a java program for binary search?
What are the advantages of user defined functions?
Can we create a class inside a class in java?
What is use of inner class in java?
Explain the purpose of garbage collection in Java?
What is the synchronized method modifier?
Can we use switch statement with strings?
Is it possible for a yielded thread to get chance for its execution again?
What is the file type?
What is replacefirst in java?
Why java doesn’t support multiple inheritances?
Why does java have two ways to create child threads? Which way is better?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
Explain about the dynamic behavior of core java?