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 use of inner class in java?
How list contains works in java?
Explain 5 io best practices?
What is an array in java?
What is integers and example?
What is a key in java?
Can we sort hashset in java?
Can we make main() thread as daemon?
What are the differences between forwarding () method and sendredirect() methods?
What exactly is methodology?
How do you sort objects in java?
What is the indent key?
What is the flag in java?
What is java instanceof operator?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?