whether java is fully object oriented language or partially
object oriented language
Answer Posted / rahul rastogi
Yes, Java is pure object oriented Language because in Java we can't use anything without Object.It means without object [directly or indirectly] we can't do anything.
| Is This Answer Correct ? | 5 Yes | 10 No |
Post New Answer View All Answers
What is meant by stack and queue?
How to remove the trailing spaces from a string?
How do you start a new line in java?
What is hash code collision?
What is class??
What are data types in programming?
What is the difference between abstract class and interface1? What is an interface?
How many types of flags are there?
Is a class subclass of itself?
What is thread life cycle in java?
What is data string?
Can you start a thread twice in Java?
How many ways can we create singleton class?
How do you use nextline in java?
Why singleton class is used in java?