#1  
10th December 2010, 01:54 PM
Unregistered
Guest
 
Posts: n/a

Is Java a pure object oriented programming language?


Is java a pure object oriented programming language or not?





Related Questions:
  1. Is Java Pure oriented language?
  2. Which programming languages are important for GATE 2017?
  3. IETE AMIETE CS/IT (New Scheme) Object Oriented Programming with C++ Exam – Download Previous Year’s Question Papers
  4. Is there any correspondence course in B.Sc offered by Bangalore or Mysore University?
  5. PTU BCA 3rd Sem-Object Oriented Programming using C++ (BCA-304) Exam – Download Previous Year’s Question Papers
  6. DOEACC B Level Course Introduction to Object Oriented Programming through Java Exam - Download Previous Years Question Papers
  7. WBUT, MCA 5th Semester, Object Oriented Programming With Java Exam - Download Previous Years Question Papers
  8. Syllabus of MSc computer science?
  9. Is there any sub courses in MCA education?
  10. Is Java Purely object oriented language? Difference between Java and C+? Which one is better?
  11. IETE ALCCS OOPS Using Java Exam – Download Previous Year’s Question Papers
  12. PTU Diploma Course CSE 3rd Sem- Computer Programming Using C Exam – Download Previous Year’s Question Papers
  13. DOEACC A Level Course A10.1-R3 Introduction to Object Oriented Programming & C++ Exam - Download Previous Years Question Papers
  14. What are the subjects in BSc Computers? What is the syllabus?
  15. How can I prepare to crack MCA-CET of Maharashtra? Course structure of MCA? -- [New]
  16. Expected technical question for off campus interviews in Tech Mahindra for IMS post?
  17. How many subjects are available as part of the BCA course?
  18. IETE DIPIETE-CS (New Scheme) Java and Web Programming Exam – Download Previous Year’s Question Papers
  #2  
11th December 2010, 12:17 AM
kvrob139
Senior Member++
 
Join Date: Sep 2010
Location: Pune
Posts: 1,119
Default Re: Is Java a pure object oriented programming language?

Hi,

Java is a pure object oriented language as we can describe everything as an object even the int, float can be converted and use as objects.
  #3  
11th December 2010, 08:33 AM
priyanka_swengg
Senior Member+++++
 
Join Date: Nov 2010
Location: INDIA
Posts: 2,770
Default Re: Is Java a pure object oriented programming language?

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.
  #4  
11th December 2010, 11:50 AM
venkat2812
Junior Member
 
Join Date: Nov 2010
Posts: 3
Default Re: Is Java a pure object oriented programming language?

yes java is a pure object oriented programming language because its a platform independent language and also it should follow the robust
Reply With Quote
  #5  
11th December 2010, 11:53 AM
venkat2812
Junior Member
 
Join Date: Nov 2010
Posts: 3
Smile Re: Is Java a pure object oriented programming language?

yes java is a purely object oriented programming language because its platform independent language and it should also follow the robust
Reply With Quote
  #6  
11th December 2010, 03:10 PM
sabav
Senior Member
 
Join Date: Sep 2010
Location: Chengalpattu
Posts: 330
Default Re: Is Java a pure object oriented programming language?

Quote:
Originally Posted by Unregistered View Post
Is or not?
Yes Friend java is a pure object oriented programming language,

Because With out class and object We can not create or run the program.

AND Every thing is operated by OBJECT... and Object oriented properties...
Reply With Quote
  #7  
12th December 2010, 04:35 PM
aditya436
Senior Member++++
 
Join Date: Dec 2010
Location: Hyderabad, India
Posts: 2,211
Default Re: Is Java a pure object oriented programming language?

hello friend

as you know JAVA is the most successful language on which we are communicating now

yes absolutely JAVA is a object oriented programming

for further details check this book

oops through java published by Mc graw hill companies

which will be available in all famous book shops

all the best

~aditya~
Reply With Quote
  #8  
19th December 2010, 11:46 PM
ruchika4989
Junior Member
 
Join Date: Dec 2010
Location: delhi
Posts: 151
Default Re: Is Java a pure object oriented programming language?

Java is a general-purpose, concurrent, class-based, object-oriented language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere". Java is currently one of the most popular programming languages in use, and is widely used from application software to web applications
Reply With Quote
  #9  
13th January 2011, 07:04 PM
amlendu
Senior Member++
 
Join Date: Jan 2011
Posts: 1,196
Default Re: Is Java a pure object oriented programming language?

Dear,
Yes Friend java is a pure object oriented programming language,

Because With out class and object We can not create or run the program.

AND Every thing is operated by OBJECT... and Object oriented properties...

Thanks.
Reply With Quote
  #10  
15th January 2011, 09:10 PM
Sneha1247
Senior Member
 
Join Date: Nov 2009
Location: dream world
Posts: 324
Thumbs up Re: Is Java a pure object oriented programming language?

Hi!!!!
Ofcourse java is a object oriented language becuase it is plantform independent language.Means when we compile a program it does'nt convert in exe file so that we can run java program in any platform.

with best wishes!!!!
Reply With Quote
  #11  
9th February 2011, 08:39 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

am not happy with these answers..
Reply With Quote
  #12  
11th February 2011, 11:29 AM
ashy_nice
Junior Member
 
Join Date: Feb 2011
Posts: 18
Default Re: Is Java a pure object oriented programming language?

yes Java is a pure object oriented programming language.
because java code wirte in class block. so class members are accessed by object.
so all are depend on object.
Reply With Quote
  #13  
25th April 2011, 07:20 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

java is not a pure oops
Reply With Quote
  #14  
29th April 2011, 01:54 AM
AYUSH KUMAR YADAV
Senior Member+
 
Join Date: Apr 2011
Location: New loco colony, N.E.Railway,chhittupur,varanasi
Posts: 786
Default Re: Is Java a pure object oriented programming language?

JAVA is not pure object oriented programming language as it supports Primitive data type such
Reply With Quote
  #15  
26th May 2011, 11:30 AM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

why c is not purely object oriented programme
Reply With Quote
  #16  
30th June 2011, 12:15 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

is c# is pure object oriented language or not?
Reply With Quote
  #17  
2nd August 2011, 05:41 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

In Java everything is treated as object (its OOPL) except we do have primitive data types
Reply With Quote
  #18  
3rd August 2011, 03:48 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

what is framework ?
Reply With Quote
  #19  
19th August 2011, 06:24 PM
amaan khan ak
 
Join Date: Aug 2011
Location: bikaner
Posts: 579
Default Re: Is Java a pure object oriented programming language?

Quote:
Originally Posted by Unregistered View Post
Is java a pure object oriented programming language or not?
yes java is pure object oriented language.java is a platform independent language.and java program cant be run without class and object.
all the functions declared in the class.so its pure object oriented programming language.java is robust language.
i think u get ur answer.

regards
amaan
Reply With Quote
  #20  
20th August 2011, 11:30 AM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

please tell me the currect answer . why the java is pure object oriented programming language?
Reply With Quote
  #21  
3rd September 2011, 01:05 PM
BaskarJntuk
Guest
 
Posts: n/a
Red face Re: Is Java a pure object oriented programming language?

Java is an object oriented language. Even though it consists of primitive data types such as int, float etc., We can convert those primitive data types into objects by using Wrapper classes. Concept of Auto-Boxing was introduced in J2SE, by using this we can convert those to objects. So, we can say that it is pure object oriented language...........
Reply With Quote
  #22  
7th September 2011, 11:49 PM
manoj rajpurohit
Junior Member
 
Join Date: Feb 2011
Location: Bikaner
Posts: 352
Default Re: Is Java a pure object oriented programming language?

Java is a purely object oriented language , by which it is based on the objects. all the calling functions are done with the objects.

when a source code of java is compiled then a .class file is generated, which is known as the byte code.

this byte code is portable so it can be run on the other platform like the UNIX and LINUX.

so this is a plate form independent language.
Reply With Quote
  #23  
15th September 2011, 07:46 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

why java is most important than c or c ?
Reply With Quote
  #24  
17th September 2011, 01:50 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

java is 99.99 pure pure object oriented progream but 0.11 not pure objet orinted program
Reply With Quote
  #25  
25th September 2011, 06:36 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

Yes.Java is now a pure object oriented programming language..
1. At the old version of jdk can support primitive data types like int,float,long etc.,So the old version of java is not a pure object oriented.
2. From the jdk1.5 the primitive data types are converted into Wrapper Classes(Integer,Float,Double etc.,) and use it as objects.

So i m Sure java is a pure Object Oriented Programming language..
Reply With Quote
  #26  
28th September 2011, 08:10 PM
ch.manoj
Senior Member+
 
Join Date: Sep 2011
Posts: 743
Cool Re: Is Java a pure object oriented programming language?

hi dear,
Java is a purely object oriented language , by which it is based on the objects. all the calling functions are done with the objects.

when a source code of java is compiled then a .class file is generated, which is known as the byte code.

this byte code is portable so it can be run on the other platform like the UNIX and LINUX.

so this is a plate form independent language.

good luck
Reply With Quote
  #27  
29th September 2011, 12:21 AM
coolsam.9
 
Join Date: Sep 2011
Posts: 294
Default Re: Is Java a pure object oriented programming language?

Hi dear,
as you know JAVA is the most successful language on which we are communicating now

yes absolutely JAVA is a object oriented programming

for further details check this book

oops through java published by Mc graw hill companies

which will be available in all famous book shops

all the best


Thanks
Reply With Quote
  #28  
12th October 2011, 11:34 AM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

java is not a pure object oriented language because it contain primitive datatypes but it can be made pure object oriented language by the use of wrapper classes such as Integer,Float available for each data type
Reply With Quote
  #29  
12th October 2011, 03:17 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

some one says that java is pure object oriented programming language but some one says not. I am always confusing with that. so,can any body help me with the correct answer?
Reply With Quote
  #30  
21st October 2011, 01:26 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

Quote:
Originally Posted by Unregistered View Post
please tell me the currect answer . why the java is pure object oriented programming language?
bcose java fully satisfiied with oops conseps...
only one thing thai is say java is not pure object orinted lag...
that is inharitance ..bt now a days we use inharitence conceps by using interface.
so now we can say java is pure oops language.

k
if u have any more problem then you can contact me [email protected]
Reply With Quote
  #31  
25th October 2011, 12:49 AM
MAGICBRICS
Senior Member
 
Join Date: Oct 2011
Posts: 137
Default Re: Is Java a pure object oriented programming language?

dear friend,

Java is an object oriented programming language but it is not 100% purely object oriented. It still has some features related to other programming patterns and hence cannot be considered pure object oriented.

For details follow these books:-






Reply With Quote
  #32  
2nd November 2011, 06:32 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

java is not pure oops language,because java contain primitive data type whereas,
contain primitive data type that means it is not pure oops language....for debet in this topic
send a question in my email/[email protected]
Reply With Quote
  #33  
28th November 2011, 09:14 AM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

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

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

1. Encapsulation/Data Hiding
2. Inheritance
3. Polymorphism
4. All predifined types are objects
5. All operations are performed by sending messages to objects
6. 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.
Reply With Quote
  #34  
15th December 2011, 09:32 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

Difference betwween interface & inheritance?
Reply With Quote
  #35  
16th December 2011, 06:53 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

Wrong! Java is not pure object oriented programming language just because of built in data types
Reply With Quote
  #36  
17th December 2011, 08:56 PM
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

every java programe environment does not contain a concept called friend functions so that
the data of java environment is so secured from unauthorised users.every java programe will
satisfie all the principles of oops
Reply With Quote
  #37  
26th December 2011, 03:09 AM
unregistered
Guest
 
Posts: n/a
Exclamation Re: Is Java a pure object oriented programming language?

Quote:
Originally Posted by Unregistered View Post
java is not a pure oops
yes,

as per my thinking java is a pure ooL.

all we know that in any program of java there is atleast one class associated with it.

but some people said that due to primitive datatypes in java , java is not a pure OOL.

but as per my knowledge there is a wrapper class available in java.

and due to great mechanism given by SUN people Boxing and unboxing java is a pure OOL.



vinay abhyankar.
Reply With Quote
  #38  
17th January 2012, 11:46 AM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

i strictly requst to all persons who said that java is purely object oriented language.. brush up your oops concepts dudes... java is object oriented but not pure object oriented...nd very right answr has been already given by a member on 28th november 2011....
Reply With Quote
  #39  
19th March 2012, 01:05 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

Java is a originally not a purely object oriented language due to the 8 primitive data types. However, with the current version of java we can surely say that its purely object oriented coz we can use these data types as objects.
Reply With Quote
  #40  
19th April 2012, 01:45 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

Quote:
Originally Posted by venkat2812 View Post
yes java is a pure object oriented programming language because its a platform independent language and also it should follow the robust
java is a purely object oriented languge since it i s following all oops principles thos are
class
object
inheritance
encapsulation
daat parsing
polymorphism
Reply With Quote
  #41  
28th April 2012, 08:29 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

the answer to is java a pure object oriented programming language or not is yes and no.
no:til java 1.4 java is 99.99999% object oriented and 0.00001 not object oriented so its not a pure object oriented language as it uses primitive data types.
yes: in java 1.5 we use only objects so java s pure object orientd language.
Reply With Quote
  #42  
4th May 2012, 10:47 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

By seeing these answers one thing i understood that some java Professional belives that java is pure OOPL and some Professionals belives that it not at all a pure OOPL . Now i get that for this Qestion there is no answer.
Reply With Quote
  #43  
10th May 2012, 04:28 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

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:
Encapsulation/Data Hiding
Inheritance
Polymorphism
Abstraction
All predefined types are objects
All operations are performed by sending messages to objects
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.
Reply With Quote
  #44  
14th May 2012, 04:34 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

i think following is the reason which tells why Java is not pure OOPLanguage.

There are seven qualities to be satisfied for a programming language to be pure Object Oriented. They are:
Encapsulation/Data Hiding
Inheritance
Polymorphism
Abstraction
All predefined types are objects
All operations are performed by sending messages to objects
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.
Reply With Quote
  #45  
19th May 2012, 09:25 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

yes,u r right...
Reply With Quote
  #46  
22nd May 2012, 04:06 PM
onest
Senior Member
 
Join Date: Apr 2012
Posts: 255
Default Re: Is Java a pure object oriented programming language?

Java is pure object oriented language.java is a platform independent language.and java program cant be run without class and object all the functions declared in the class.so its pure object oriented programming language.
Reply With Quote
  #47  
28th June 2012, 12:20 AM
Unregistered
Guest
 
Posts: n/a
Default Re: Is Java a pure object oriented programming language?

I WANT TO KNOW THAT Y U R NOT ACCEPTING THAT JAVA IS A PURE OOP?? IT IS SUPPORTED THE PRIMITIVE DATA TYPES.THATS ONLY PROBLEM RIGHT!DO U HAVE ANYTHING MORE THAN THAT? THEN Y COULD NOT CONSIDER THE WRAPPER CLASS?? IS THERE ONE THING CALLED WRAPPER CLASS? IF SO, THEN OBVIOUSLY JAVA IS A PURE OOP RIGHT!
Reply With Quote
  #48  
28th June 2012, 01:14 PM
babu91
Senior Member
 
Join Date: Jun 2012
Posts: 337
Default Re: Is Java a pure object oriented programming language?

hello friend

as you know JAVA is the most successful language on which we are communicating now

yes absolutely JAVA is a object oriented programming

for further details check this book

oops through java published by Mc graw hill companies

which will be available in all famous book shops

all the best

thank you
Reply With Quote
  #49  
30th July 2012, 07:15 PM
Onkar Kaur
Senior Member+
 
Join Date: Jul 2012
Location: Chandigarh, India
Posts: 811
Default Re: Is Java a pure object oriented programming language?

Yes, ofcourse JAVA is purely object oriented programming Language. it's fully based on the princples of OOPs. The various features provided here are listed below:
1. Object Declaration

2. Class formation

3. Supports Abstract Class formation

4. Data and Methods can be made available in single entity.

5. Encapsulation

6. Polymorphism

7. Overloading (But not Operator Overloading)

8. Inheritance (But doesn't support multiple inheritance)

9. Interfaces

10. Matches to real world (Programming)
Reply With Quote
  #50  
22nd December 2012, 05:19 PM
Unregistered
Guest
 
Posts: n/a
Exclamation Re: Is Java a pure object oriented programming language?

but we also use class and objects in c++, so c++ also pure oop language.........?
Reply With Quote
Do you have any question? or have anything to say?





Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vBulletin Optimisation by vB Optimise.
Please also check: