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 string in java? String is a data type?
How many bits is a char?
What will be the initial value of an object reference which is defined as an instance variable?
What is the purpose of the runtime class in java programming?
What is the += operator called?
Why main() method is public, static and void in java ?
What is var keyword ?
What is difference between call by value and call by reference?
What is the difference between state-based unit testing and interaction-based unit testing?
What is the function of compareto in java?
How does the java compiler work?
How do you find the maximum number from an array without comparing and sorting?
Difference between string, stringbuffer and stringbuilder?
How do you control extraneous variables?
What technique can be employed to compare two strings?