Exforsys
+ Reply to Thread
Page 1 of 4 1234 LastLast
Results 1 to 10 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; Is Java 100% object oriented programming language?...

  1. #1
    adarshshukla is offline Junior Member Array
    Join Date
    Oct 2007
    Answers
    5

    Is Java 100% oops language?

    Is Java 100% object oriented programming language?


  2. #2
    vickyas400 is offline Junior Member Array
    Join Date
    Nov 2007
    Answers
    7

    Why do you want to know that?

    100% OOP language? .. I guess Java facilitates the use of all the features of the OO methodology - Abstraction , Encapsulation , Inheritance, Polymorphism. Therefore I feel Java is 100% pure OO Language.

    Any other opinions??... did i miss something?


  3. #3
    jyothi423 is offline Junior Member Array
    Join Date
    Jun 2007
    Answers
    6
    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


  4. #4
    jyothi423 is offline Junior Member Array
    Join Date
    Jun 2007
    Answers
    6

    Hi,

    Quote Originally Posted by adarshshukla View Post
    Is Java 100% object oriented programming language?
    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


  5. #5
    sampra is offline Junior Member Array
    Join Date
    Mar 2008
    Location
    bangalore
    Answers
    9
    as jyothi wrote about this i think this is not ok,we cant do all thing with wrapper lik if we create a wrapper integer object then how can u take prime of that number???


  6. #6
    lakshmi006 is offline Lakshmi006 Array
    Join Date
    Apr 2008
    Location
    chennai
    Answers
    1
    Quote Originally Posted by sampra View Post
    as jyothi wrote about this i think this is not ok,we cant do all thing with wrapper lik if we create a wrapper integer object then how can u take prime of that number???
    Java is not 100% oops language apart from the int, float factor.


  7. #7
    sourabhroy2586 is offline Junior Member Array
    Join Date
    Apr 2008
    Location
    pune
    Answers
    4
    Quote Originally Posted by lakshmi006 View Post
    Java is not 100% oops language apart from the int, float factor.
    can u plz elaborate on this. some examples to make it understand


  8. #8
    parthoaccy is offline Junior Member Array
    Join Date
    May 2008
    Answers
    1

    is java 100% an oops language?

    jyothi can u please elaborate this topic by giving a suitable example?
    waiting eagerly for ur positive response.



  9. #9
    nagaraju.chinni is offline Junior Member Array
    Join Date
    May 2008
    Answers
    1

    java is an object oriented programming language

    Java is an oops language.No doubt in it.Though it won't support Multiple Inheritance Java is fully object oriented language


  10. #10
    dipak123 is offline Junior Member Array
    Join Date
    Aug 2008
    Answers
    1
    java simply folows the oops methodology,but it is not completely oops based.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...