Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Is java is a fully object object oriented language?

Answers were Sorted based on User's Feedback



Is java is a fully object object oriented language?..

Answer / veens4444

No, Java is not fully object oriented language.
99.9% object oriented language,bcz:
if any language is fully OO lang,means everithing should be
in the form of classes and objects.but java supports
primitive datatype of variable(int,byte..) which are not in
the form of object.

what do you say???

Is This Answer Correct ?    106 Yes 14 No

Is java is a fully object object oriented language?..

Answer / keerthana

No, Java is partly Object oriented

Is This Answer Correct ?    88 Yes 16 No

Is java is a fully object object oriented language?..

Answer / sravanthi

java is not fully supported oops concepts.
be'z several features like ... multiple inheritence &
operator overloading ... are not supported by java.
even java contains non-object premitive datatypes..

Is This Answer Correct ?    18 Yes 4 No

Is java is a fully object object oriented language?..

Answer / sanatan

Venns444 you are right but some other concepts are there
like we are declaring static members which has no
connection with the object .

Is This Answer Correct ?    10 Yes 5 No

Is java is a fully object object oriented language?..

Answer / abhijith thette nagarajan

The definition of OOP is completely satisfied by JAVA...The
reason that we have wrapper classes for primitive datatype
is just to type cast from other objects to primitive
datatypes.But still wrapper classes do satisfy the OOPs
concept..

I don't see any reason that JAVA is not a pure OOP

My stand is with JAVA saying it is OOP and moreover as far
as it is satisfying the needs with all the concepts and
resources,no point in discussing wheather it is oop or not

thank you

Is This Answer Correct ?    8 Yes 4 No

Is java is a fully object object oriented language?..

Answer / sanatan (orissa)

Please have a look, it may help you ........
There are some classes whose object can't be created.
Like 1) java.lang.Math
& 2) java.lang.System.
Because all the members are by default static.
So there is no need to create object of that classes.
Even there also no need of default constructor .
For which compiler doesn't create default constructor.

Is This Answer Correct ?    6 Yes 2 No

Is java is a fully object object oriented language?..

Answer / debakanta(orissa)

java is not fully a object oriented language.because java is
not fully supported oops concepts.and every things in java
was not classes and objects.also operator overloading are
not supported by java.
thanks.

Is This Answer Correct ?    6 Yes 2 No

Is java is a fully object object oriented language?..

Answer / srinivas

Srinivas: Lets put the discussion to an end ! Java is not
an OOP language because we cannot create an object of an
abstract class ! isis'nt it ! In this case it is violating
the concepts of OOPS ! Hence JAVA cannot be considered as
fuly object oriented language ! so....[:-p]
Srinivas ...+91998547895

Is This Answer Correct ?    10 Yes 7 No

Is java is a fully object object oriented language?..

Answer / d.mahendhar reddy

no.because it supports primitive datatypes like int byte...

Is This Answer Correct ?    3 Yes 0 No

Is java is a fully object object oriented language?..

Answer / rajesh

Except in case of primitive data types.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is immutable state?

0 Answers  


Can we catch more than one exception in single catch block?

0 Answers  


What are the two environment variables that must be set in order to run any java programs?

0 Answers  


What is adapter class?

12 Answers  


What is strings in java?

0 Answers  


What is definition and declaration?

0 Answers  


Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.

4 Answers   Cap Gemini,


What is null statement?

0 Answers  


Why pointers are not used in java?

0 Answers  


System.out.println("somestring"); It will create any object or not

5 Answers   CSC,


What is the abstract class?

0 Answers  


how to execute main()

4 Answers   Symphony, TCS,


Categories