whether java is fully object oriented language or partially
object oriented language
Answer Posted / prabakaran
Java is a fully Purly Object Oriented Programming Language
started from Java 5 version
because the primitive data types changes into Wrapper class
so we call as Object Oriented Programming Language
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a subsequence of a string?
What is final int?
Explain java heap space and garbage collection?
What are disadvantages of java?
What class allows you to read objects directly from a stream in java programming?
How can you traverse a linked list in java?
Can an object be null?
What is the difference between preemptive scheduling and time slicing?
What do you mean by default constructor in java?
Can we declare an interface as final?
What is heterogeneous in java?
Can we override final method?
Implementations of set interface?
What is the purpose of extern variable?
Write an algorithm for quick sort?