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


Please Help Members By Posting Answers For Below Questions

What is the diffrence between a local-tx-datasource and a xa-datasource?

780


Can constructors be synchronized in java?

801


Difference between new operator and class.forname().newinstance()?

811


What is a policy?

2001


What is the difference between java class and bean?

767






What is the argument type of a programs main() method?

781


Is infobus easy to use?

780


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!

1580


difference between  ejb,struts,hibernate,spring and jsp

2550


what are memory considerations of jsp compares to other web components?

6249


What are various types of class loaders used by jvm?

697


how to use debug in my elipse to solve problems that exist in my project

1954


What is a modular application?

777


What is the purpose of the notify() method?

799


What are the benefits of detached objects?

782