--%>

Why is Java pure object oriented programming language

Explain the reasons that Java is pure object oriented programming language.

E

Expert

Verified

Java only uses object oriented principals but this is not purely object oriented, since int is a primitive data type into Java but not an object likewise all primitive data types a pure object oriented language must not support a non object oriented aspects.

   Related Questions in Programming Languages

  • Q : Describe Layout manager Layout manager

    Layout manager: The object responsible for sharing the accessible space between multiple components in a graphical container.

  • Q : Template class and class template in

    Illustrate the difference between a template class and class template in the programming?

  • Q : Explain Constructor Constructor : A

    Constructor: A constructor is automatically called whenever an instance of its class is formed. A constructor always has similar name as its class, and encompass no return type. For example: public

  • Q : Define the term Punctuation Define the

    Define the term Punctuation: Symbols like commas and semicolons that a compiler employs to understand the structure of the program.

  • Q : Choice of technology in coding of game

    What are the choice of technologies while coding a game?

  • Q : Define Double buffering Double

    Double buffering: A graphics method employed to smooth animation. The later version of an image is drawn `at the back the scenes' and then exhibited in its totality whenever the drawing is finished. The supposition is that it will be relatively fast t

  • Q : Explain Abstraction Abstraction : It is

    Abstraction: It is a simplified symbolization of something which is potentially quite complex. It is frequently not essential to know the precise details of how something works, is symbolized or is implemented, since we can still make use of it in its

  • Q : Homework Assignment How much would it

    How much would it cost to do a basic program within the given requirements?

  • Q : Method over ridding in java Q.  

    Q. Explain method over ridding in java. Give ex

  • Q : What is an Integer What is an Integer :

    What is an Integer: It is a negative or positive whole number. The primitive types are: short, byte, int and long are utilized to hold integer values in narrower or broader ranges.