Is java is a fully object object oriented language?
Answer Posted / adarsha
JAVA IS "THE" PERFECT OBJECT ORIENTED PROGRAMMING LANGUAGE.
whatever may be the oops concepts which are not supported by
JAVA like multiple inheritance and operator overloading etc
they hav been removed from java just to reduce the complexity.
Main reason i m telling java is OOL because everything in
java can represented in the form of "object" and thats wat
the main objective of object oriented programming language.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is boolean false?
Why do we use bufferedreader?
Why destructor is not used in java?
Why do people says “java is robust”?
Explain java coding standards for classes or java coding conventions for classes?
What are the properties of thread?
What is the difference between the ">>" and " >>>" operators in java?
What is variable declaration and definition?
Explain java thread life cycle.
What are different types of multitasking?
What is meant by tab pans?
How to compare two strings in java program?
How do you identify if jvm is 32-bit or 64-bit from java program?
What are the differences between string and stringbuffer?
Do loops java?