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 difference between throw and throws ?
What is keyword auto for?
What is the default value of float and double datatype in java?
how to convert Java project into Maven ?
How to connect to a remote database using Applet?
What is the purpose of the main method?
What are access specifiers in java ?
How do I get a substring?
What are "methods" and "fields"?
How to display names of all components in a Container?
What is the synonym of string?
What is default exception handling in java?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
If try block is successfully executed, Then Is Finally block executed?
Should database connections be singleton?