java is pure object oriented

java is pure object oriented

java is pure object oriented or not.? reason.?

View Answers

July 10, 2012 at 1:11 PM

Java is not pure object oriented language because of the following reasons:

1)It uses primitive data type like int,float which are not object

2)It does not support operator overloading multiple inheritance.

3)It allows static methods to call without creating the instance.


July 14, 2012 at 11:02 PM

Java is a OOP language and it is not a pure Object Based Programming Language.

Many languages are Object Oriented. There are seven qualities to be satisfied for a programming language to be pure Object Oriented. They are:

1. Encapsulation/Data Hiding
2. Inheritance
3. Polymorphism
4. Abstraction
5. All predefined types are objects
6. All operations are performed by sending messages to objects
7. All user defined types are objects.

Java is not because it supports Primitive datatype such as int, byte, long... etc, to be used, which are not objects.

Contrast with a pure OOP language like Smalltalk, where there are no primitive types, and boolean, int and methods are all objects.

Please refer the below link for more information.









Related Tutorials/Questions & Answers:
java is pure object oriented
java is pure object oriented  java is pure object oriented or not.? reason.?   Java is not pure object oriented language because... are not object 2)It does not support operator overloading multiple inheritance. 3
Is Java a pure object oriented language?
Is Java a pure object oriented language?   Hi, Is Java a pure object oriented language? thanks   Hi No, Java is an object oriented programming language but not purely a object oriented language. In OOPs programming
Advertisements
Is Java object oriented?
Is Java object oriented?  Hi, Is Java object oriented? Thanks   Hi, Java is object oriented programming language. It is supports OPPS concepts: Object Class Inheritance Polymorphism Abstraction Encapsulation All
java : object oriented
java : object oriented   (a) Write a class named CarRental... the user for the data needed for a rental and creates an object of the correct... an object of the correct type. Display the total rental fee
Object Oriented
Object Oriented  C++ is Purely object oriented or not .Then why java called purely object oriented
object oriented programming - Java Beginners
object oriented programming  sir, i read in the book tat object oriented program exhibits recurring structures. i want to know "what is meant by recurring structures?"  Hi Friend, Any structure to be occurred over
Object-Oriented programming - Java Beginners
Object-Oriented programming  Write a program to display the names and salaries of 5 employees.Make use of a class and an array.The salary of each employee should increase by 5% and displayed back.  Hi friend, Code
Object oriented program - Java Beginners
Object oriented program  Write a class called RaceCar.java that contains instance variables horsepower, weight, zeroTo60, and milesPerGal. The value of zeroTo60 (in second) is determined by the formula zeroTo60 = weight
object oriented program.. - Java Beginners
object oriented program..  Write a class called RaceCar.java that contains instance variables horsepower, weight, zeroTo60, and milesPerGal. The value of zeroTo60 (in second) is determined by the formula zeroTo60 = weight
fully object oriented language - Java Beginners
fully object oriented language  Is java is a fully object oriented language?if no,why?  Hi Friend, Java is not a fully object oriented... int,float which are not object 2)It does not support operator overloading
Java using Netbeans Object Oriented Programming
Java using Netbeans Object Oriented Programming   I am trying to make a program that uses a main class and a separate class with one public method and one private method. The main method in the main class asks the user for 2
Object Oriented Programming in Java
OOPS acronym for Object Oriented Programming is a model or concept that works... it to be better than C and C++ and also easy to code in. Everything in Java is object... using the wrapper class. In Java class is a group of similar object. Objects
object oriented programming protocol
object oriented programming protocol  What is object oriented programming protocol? Is it different from objective c protocol programming?? Thanks
Object Oriented Programming in PHP
Object Oriented Programming in PHP  Hi, Which version of PHP supports OOPS. How can I learn Object Oriented Programming in PHP? Thanks (adsbygoogle = window.adsbygoogle || []).push
Object oriented design - Java. - Design concepts & design patterns
Object oriented design - Java.  Hi, Everyone.Pls help me to develope my project of Object oriented design, as I have to submit it on thursday,3rd Dec. 2009.Nowadayz I am suffering from fever and not able to concentrate
Object Oriented Programming II
Object Oriented Programming II  Instructions: ->each class to be created must have encapsulated fields, setters and getters methods, and constructors Create a class named "Paper" with the following attributes
core java code in object oriented manner - Java Interview Questions
core java code in object oriented manner   hi this is komali .i want small code for this question .its very urgent .please send me as soon as possible . i am waiting for code Sports Associations in India
An Overview of Java      Java is a programming language      Java is Object Oriented Programming
; Java as a programming language Java is an Object oriented...; Java as an Object Oriented Language In this section, we will discuss the OOPs... and Object Oriented makes the java powerful to   build the flexible application
object oriented programming data science
object oriented programming data science  Hi, I am beginner in Data...: object oriented programming data science Try to provide me good examples or tutorials links so that I can learn the topic "object oriented programming
What are the features and advantages of OBJECT ORIENTED PROGRAMMING?
What are the features and advantages of OBJECT ORIENTED PROGRAMMING?  What are the features and advantages of OBJECT ORIENTED PROGRAMMING
Object Oriented concepts
OOP stands for Object Oriented Programming. This is a technique used... on the following links Object Oriented concepts..., every real life object has properties and behavior. which is achieved through
Java as an Object Oriented Language
Java as an Object Oriented Language   ... as object oriented languages. But in case of java,  it is a fully Object... applications and programs. OOP stands for Object Oriented Programming
Object-Oriented Language: Java / APIs, Java OOPs
Java OOPs In this section we will learn Object Oriented (OOPs) Concepts .... Java is one of the useful Object Oriented programming language. Other Object..., Lasso, Perl 5,PHP5, VBScript, VBA etc. Java is popular object oriented programming
Java Object
/java/master-java/java-object-oriented-language.shtml  ... Java Object         Object is the basic entity of object oriented programming language. Object
JAVA BEGINNER
JAVA BEGINNER  IS JAVA PURE OBJECT ORIENTED
Java
Java   Whether Java is pure object oriented Language
Object in java - Java Beginners
/java/master-java/java-object-oriented-language.shtml http...Object in java  Hi deepak, I am new to java, can u tell me what... as a class object. Object: Object is the basic entity of object oriented
Java object
Java object  Which class should you use to obtain design information about an object
Exp.4 Write any C++ programs to demonstrate multiple inheritance concept of an object oriented programming.
Exp.4 Write any C++ programs to demonstrate multiple inheritance concept of an object oriented programming.  (Aim:- The main aim of this experiment is reusability of code and getting idea about classifying objects , identifying
Java object
Java object  What is mutable object and immutable object?  An Immutable object is a kind of object whose state cannot be modified after it is created. This is as opposed to a mutable object, which can be modified
Java Training and Tutorials, Core Java Training
Java Training and Tutorials, Core Java Training       Core Java Training Java is a powerful object-oriented programming language with simple code
java - Java Interview Questions
java  why java is not fully object oriented language.   Dear java is fully object oriented but its not a pure object oriented. bcz java supporting premitive data types. thanks Rajkumar
java object - Java Beginners
of objects. The primitive data type and keyword void is work as a class object. Object: Object is the basic entity of object oriented programming language...java object  i want a complete memory description of objects,methods
Introduction
Java as an Object Oriented Language   ... the java applications and programs. OOP means Object Oriented Programming... oriented languages. But in case of java,  it is a fully Object Oriented
java object - Java Beginners
java object  i want to where in the memory the java objects,local... are stayed  Hi friend, Instance Variables (Non-static fields): In object oriented programming, objects store their individual states in the "non-static
Java object clone
Java object clone  What is criteria for a object to get cloned
Java object's lock
Java object's lock  What is an object's lock and which object's have locks
Introduction to Java
Java is an open source object oriented programming language... environment to code in. Hence they developed Java. The company was later overtaken by Oracle. Java is used in developing softwares for computers, application
Learn Java - Learn Java Quickly
Learn Java - Learn Java Quickly       Java is an object oriented programming language... useful than other object oriented languages. It is now most demanded
About Java Programming Language
About Java Programming Language       Java is an Object oriented application programming language developed by Sun Microsystems. Java is a very powerful general-purpose programming
java object class methods
java object class methods  What are the methods in Object class?  There are lots of methods in object class. the list of some methods are as- clone equals wait finalize getClass hashCode notify notifyAll
Map java Object to database.
Map java Object to database.  How do you map Java Objects with Database tables
java
java  is java pure object orianted?   Although Java is object-oriented to a great extent, it is not a pure object-oriented language. One of the reasons Java is not purely object-oriented is that not everything
object conversion - Java Beginners
object conversion   Hi, Can anybody tell me the object conversion in java.   Hi sandeep Can u please tell me in details about your query, otherwise u may got help from here, http://www.roseindia.net/java
Object class in java
Object class in java  want an example and with an explaination about equals() method in object class? Is equals() is similar
JavaScript Object Oriented Feature
 JavaScript Object Oriented Feature  .... This is rather unfortunate because it severely limits the power of an object-oriented...-side components. JavaScript  object oriented will be presented in a series
object creation - Java Beginners
object creation  I need object creation in depth(with stack,pc registers).Any one can provide me if possible with video/audio
Byte ? Oriented Stream and Character- Oriented Stream
Byte ? Oriented Stream and Character- Oriented Stream  difference between Byte ? Oriented Stream and Character- Oriented Stream
Byte ? Oriented Stream and Character- Oriented Stream
Byte ? Oriented Stream and Character- Oriented Stream  Difference between Byte ? Oriented Stream and Character- Oriented Stream
Object serialization - Java Beginners
Object serialization  Design classes for Currency, Rupee, and Dollar. Write a program that randomly generates Rupee and Dollar objects and write them into a file using object serialization. Write another program to read

Ads