java is fully object oriented languages or not? why?
Answer Posted / vigneshwaran r.r
:) Java is not fully OOP... one thing we have to notice that, we can most of the java program without creating an instance (Object) itself.. Thanks you
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the diffrence between a local-tx-datasource and a xa-datasource?
Can constructors be synchronized in java?
Difference between new operator and class.forname().newinstance()?
What is a policy?
What is the difference between java class and bean?
What is the argument type of a programs main() method?
Is infobus easy to use?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
difference between ejb,struts,hibernate,spring and jsp
what are memory considerations of jsp compares to other web components?
What are various types of class loaders used by jvm?
how to use debug in my elipse to solve problems that exist in my project
What is a modular application?
What is the purpose of the notify() method?
What are the benefits of detached objects?