Thread: Is Java a pure object oriented programming language? Reply to Thread

Your Username: Click here to log in
Title:
  
Message:
Post Icons
You may choose an icon for your message from the following list:
 

Additional Options

Miscellaneous Options

Topic Review (Newest First)

20th January 2013 12:24 AM
Unregistered
Re: Is Java a pure object oriented programming language?

fine friends....we use the static method in the main method right..that means with out obj creation we acsses the classes.then how we say that java is pure oopl?
22nd December 2012 05:19 PM
Unregistered
Re: Is Java a pure object oriented programming language?

but we also use class and objects in c++, so c++ also pure oop language.........?
30th July 2012 07:15 PM
Onkar Kaur
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)
28th June 2012 01:14 PM
babu91
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
28th June 2012 12:20 AM
Unregistered
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!
22nd May 2012 04:06 PM
onest
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.
19th May 2012 09:25 PM
Unregistered
Re: Is Java a pure object oriented programming language?

yes,u r right...
14th May 2012 04:34 PM
Unregistered
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.
10th May 2012 04:28 PM
Unregistered
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.
4th May 2012 10:47 PM
Unregistered
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.
28th April 2012 08:29 PM
Unregistered
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.
19th April 2012 01:45 PM
Unregistered
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
19th March 2012 01:05 PM
Unregistered
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.
17th January 2012 11:46 AM
Unregistered
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....
26th December 2011 03:09 AM
unregistered
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.
17th December 2011 08:56 PM
[email protected]
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
16th December 2011 06:53 PM
Unregistered
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
15th December 2011 09:32 PM
Unregistered
Re: Is Java a pure object oriented programming language?

Difference betwween interface & inheritance?
28th November 2011 09:14 AM
Unregistered
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.
2nd November 2011 06:32 PM
Unregistered
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]
25th October 2011 12:49 AM
MAGICBRICS
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:-






21st October 2011 01:26 PM
Unregistered
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]
12th October 2011 03:17 PM
Unregistered
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?
12th October 2011 11:34 AM
Unregistered
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
29th September 2011 12:21 AM
coolsam.9
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
28th September 2011 08:10 PM
ch.manoj
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
25th September 2011 06:36 PM
Unregistered
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..
17th September 2011 01:50 PM
Unregistered
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
15th September 2011 07:46 PM
Unregistered
Re: Is Java a pure object oriented programming language?

why java is most important than c or c ?
7th September 2011 11:49 PM
manoj rajpurohit
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.
3rd September 2011 01:05 PM
BaskarJntuk
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...........
20th August 2011 11:30 AM
Unregistered
Re: Is Java a pure object oriented programming language?

please tell me the currect answer . why the java is pure object oriented programming language?
19th August 2011 06:24 PM
amaan khan ak
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
3rd August 2011 03:48 PM
Unregistered
Re: Is Java a pure object oriented programming language?

what is framework ?
2nd August 2011 05:41 PM
Unregistered
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
30th June 2011 12:15 PM
Unregistered
Re: Is Java a pure object oriented programming language?

is c# is pure object oriented language or not?
26th May 2011 11:30 AM
Unregistered
Re: Is Java a pure object oriented programming language?

why c is not purely object oriented programme
29th April 2011 01:54 AM
AYUSH KUMAR YADAV
Re: Is Java a pure object oriented programming language?

JAVA is not pure object oriented programming language as it supports Primitive data type such
25th April 2011 07:20 PM
Unregistered
Re: Is Java a pure object oriented programming language?

java is not a pure oops
11th February 2011 11:29 AM
ashy_nice
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.
9th February 2011 08:39 PM
Unregistered
Re: Is Java a pure object oriented programming language?

am not happy with these answers..
15th January 2011 09:10 PM
Sneha1247
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!!!!
13th January 2011 07:04 PM
amlendu
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.
19th December 2010 11:46 PM
ruchika4989
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
12th December 2010 04:35 PM
aditya436
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~
11th December 2010 03:10 PM
sabav
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...
11th December 2010 11:53 AM
venkat2812
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
11th December 2010 11:50 AM
venkat2812
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
11th December 2010 08:33 AM
priyanka_swengg
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.
11th December 2010 12:17 AM
kvrob139
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.
This thread has more than 50 replies. Click here to review the whole thread.

Posting Rules
You may post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



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.