Exforsys
+ Reply to Thread
Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 34

Is Java 100% oops language?

This is a discussion on Is Java 100% oops language? within the Java forums, part of the Programming Talk category; As per my knowledge java is not fully object oriented language....

  1. #11
    harry8 is offline Junior Member Array
    Join Date
    Jul 2008
    Answers
    6
    As per my knowledge java is not fully object oriented language.


  2. #12
    ssprastogi is offline Junior Member Array
    Join Date
    Sep 2008
    Answers
    2

    Depends on coding

    Java can be an object oriented language when we create program and in this program if we use only user defined type.
    The program without built in type can be object oriented program.


  3. #13
    shijupc is offline Junior Member Array
    Join Date
    Feb 2009
    Answers
    1
    Java is not 100% OOPs lanaguage, because java doesnt support the Multiple Inheritance..


  4. #14
    CSK001 is offline Junior Member Array
    Join Date
    Feb 2009
    Answers
    1

    Nice Info

    Hi,
    Thanks for sharing your ideas and views with us. I'm a new one in this forum. Please keep updating me.

    CSK
    Job Search


  5. #15
    harry8 is offline Junior Member Array
    Join Date
    Jul 2008
    Answers
    6
    YES Java is a 100 object oriented..It does support multiple inheritance directly instead of that we can use interfaces..with the help of interface implicitly we can use multiple inheritance so it is 100 object oriented


  6. #16
    vinuav is offline Junior Member Array
    Join Date
    Nov 2009
    Answers
    1
    No java is not 100% oop program.. because
    1.java still has
    primitive data type which violates the above said
    statement....
    2.It doesnot support Multiple inheritance.
    3.It allows static methods to call without creating the
    instance. This disobeys OOPs concepts.


  7. #17
    velagaece is offline Junior Member Array
    Join Date
    Nov 2009
    Answers
    1

    Java is not 100% oop

    My openion is Java is not 100% OOP language.It contains static classes static fileds which are not at all belongs to the Object.Is it correct?


  8. #18
    nlsekharreddy is offline Junior Member Array
    Join Date
    Mar 2010
    Location
    bangalore
    Answers
    1
    Someone Says java is not 100% oops becz, int,float etc primitive datatypes are not objects. But java implemented Wrapper classes for this primitive Types to make them in to object types.
    So java is 100% oops .
    Sorry i am wrong and comments are welcome


  9. #19
    King Sami is offline Junior Member Array
    Join Date
    Apr 2010
    Answers
    2
    Java is an OOP language but not a pure Object Oriented Programming Language.There are six qualities to make a programming language to be pure Object Oriented. They are:
    i) Encapsulation/Data Hiding
    ii) Inheritance
    iii) Polymorphism
    iv) All predifined types are objects
    v) All operations are performed by sending messages to objects and
    vi) All user defined types are objects.

    Primitive data types, such as int, char, boolean are not Objects, which are used by Java. It is why Java is not a "pure object oriented programming language".


  10. #20
    anshul_dhyani is offline Junior Member Array
    Join Date
    Apr 2010
    Answers
    1
    i think itz purely object oriented cauz in java can u do any thing without making any object?????


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...