Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / vasavi
Java is pure object oriented because java will allow the
data representation inside the classes only.
Is This Answer Correct ? | 18 Yes | 10 No |
Post New Answer View All Answers
What is the default access specifier for variables and methods of a class?
Why does it take so much time to access an applet having swing components the first time?
Why do we need array in java?
Are there structures in java?
How to optimize the javac output?
What are different types of control structures?
Is array a class in java?
What is the difference between ArrayList and Vector? which one is better in Java
what is object slice?
What is return null in java?
What steps are taken when the OS shifts from one-thread execution to another?
What is keyword in oop?
How we can declare a static variable?
Can we sort hashset in java?
Why can't you declare a class as protected?