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
How do you do math powers in java?
In java, what is the difference between method overloading and method overriding?
How do you get length in java?
Explain notify() method of object class ?
Describe 2 different ways to concatenate two strings.
What is the difference between a factory and abstract factory pattern?
What is one third plus one third as a fraction?
What is literal example?
In how many ways we can create threads in java?
What is parameter example?
What is an interoperable application in java ?
Are arrays immutable in java?
Why java does not support pointers?
Which browsers work with java?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?