Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / vino
yes,java is pure object oriented.because each main should
enclosed with one class.the class comes under the object
oriented concept only.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is the difference between the final method and abstract method?
What is var keyword ?
Explain about core java?
hr interview how many minutes asking question
What is the difference between import java.util.date and java .util?
Can we increase array size dynamically in java?
Difference between static synchronization vs. Instance synchronization?
What happens if we don’t define serial version uid?
Explain about anonymous inner classes ?
Can we able to pass objects as an arguments in java?
What is return null in java?
Can we extend singleton class?
How do you make a thread in java?
Give reasons supporting that string is immutable.
what is meant wrapper classes?