Results 1 to 8 of 8

Thread: Java not 100% Pure OOPS

  1. #1
    Junior Member
    Join Date
    Jul 2007
    Answers
    20

    Java not 100% Pure OOPS

    Java is Not 100% OOPs? Why?


  2. #2
    Junior Member
    Join Date
    Nov 2006
    Answers
    25

    Re: Java not 100% Pure OOPS

    Hi,

    As u know, Everything in java is not considered as a Object, there are primitive data types available.

    eg: for numbers we are using the int which is not a object type. (only Integer is object type).

    Since everything in Java is not objects, it not considered as a Pure Object oriented language.

    I think the above is the one of the reason that i know, there can be other reasons too.

    Regards,
    Elango


  3. #3
    Contributing Member
    Join Date
    Sep 2006
    Answers
    962

    Re: Java not 100% Pure OOPS

    Which language is supports primitive data type that not a oops. java supports primitive data types. So java is not pure oops.

    Also in our geekinterview forum we discussed about this. Here is the reference URL.

    Why java is not 100% object oriented?


  4. #4
    Junior Member
    Join Date
    Sep 2007
    Answers
    7

    Thumbs up Re: Java not 100% Pure OOPS

    Hi,
    Java is Object oriented But not 100%. Following are the reasons.
    1) Everything in java is not Objects. eg: primitive datatypes.
    3) All features of OOP lanuage is not fully supported by java. eg: Multiple Inheritance. Operator Overloading etc.

    ptmidhun@gmail.com


  5. #5
    Contributing Member
    Join Date
    Oct 2007
    Answers
    88

    Smile Re: Java not 100% Pure OOPS

    Quote Originally Posted by kaliswaranbsc View Post
    Java is Not 100% OOPs? Why?
    only object is reference type
    the variable is in value type
    EX:
    int a;(value type)
    class test= new test()(reference type)
    awt is machine dependent


  6. #6
    Junior Member
    Join Date
    Feb 2007
    Answers
    1

    Re: Java not 100% Pure OOPS

    Hello!....


  7. #7
    Junior Member
    Join Date
    Jul 2007
    Answers
    4

    Re: Java not 100% Pure OOPS

    hi, java is pure oops language.because it support primitive data type and also data type using new operator.it also support multiple inheritance by using interface.


  8. #8
    Junior Member
    Join Date
    Nov 2007
    Answers
    5

    Re: Java not 100% Pure OOPS

    Quote Originally Posted by kaliswaranbsc View Post
    Java is Not 100% OOPs? Why?
    because it supports primitive data types. so java is 100% not oops..


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact