whether java is fully object oriented language or partially
object oriented language
Answer Posted / govindaraj
java partially "ool" because it supports primitive data type also [ means not only class done all process . int,float also used to process so that say]
| Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
What are assembly attributes?
What are the rules for naming an array?
What is an infinite loop in java? Explain with an example.
What is a package in java? List down various advantages of packages.
Does every java program need a main?
What is the difference between this() and super() in java?
Are arrays primitive data types?
Is treeset sorted in java?
How do you sort data in java?
What is the difference between a local variable and an instance variable?
How big is a pointer?
Explain spliterator in java8?
How do you implement singleton class?
How does a for loop work?
What is sizeof () operator?