#1
10th December 2010, 02:54 PM
|
|||
|
|||
Is Java a pure object oriented programming language?
Is java a pure object oriented programming language or not?
|
#2
11th December 2010, 01:17 AM
|
|||
|
|||
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, 09:33 AM
|
|||
|
|||
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. |
#6
11th December 2010, 04:10 PM
|
|||
|
|||
Re: Is Java a pure object oriented programming language?
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... |
#7
12th December 2010, 05:35 PM
|
|||
|
|||
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~ |
#8
20th December 2010, 12:46 AM
|
|||
|
|||
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
|
#9
13th January 2011, 08:04 PM
|
|||
|
|||
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. |
#10
15th January 2011, 10:10 PM
|
|||
|
|||
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!!!! |
#12
11th February 2011, 12:29 PM
|
|||
|
|||
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. |
#19
19th August 2011, 07:24 PM
|
|||
|
|||
Re: Is Java a pure object oriented programming language?
Quote:
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 |
#21
3rd September 2011, 02:05 PM
|
|||
|
|||
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...........
|
#22
8th September 2011, 12:49 AM
|
|||
|
|||
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. |
#25
25th September 2011, 07:36 PM
|
|||
|
|||
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.. |
#26
28th September 2011, 09:10 PM
|
|||
|
|||
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 |
#27
29th September 2011, 01:21 AM
|
|||
|
|||
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 |
#28
12th October 2011, 12:34 PM
|
|||
|
|||
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
|
#30
21st October 2011, 02:26 PM
|
|||
|
|||
Re: Is Java a pure object oriented programming language?
Quote:
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] |
#31
25th October 2011, 01:49 AM
|
|||
|
|||
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:- |
#32
2nd November 2011, 07:32 PM
|
|||
|
|||
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] |
#33
28th November 2011, 10:14 AM
|
|||
|
|||
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. |
#36
17th December 2011, 09:56 PM
|
|||
|
|||
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 |
#37
26th December 2011, 04:09 AM
|
|||
|
|||
Re: Is Java a pure object oriented programming language?
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. |
#38
17th January 2012, 12:46 PM
|
|||
|
|||
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....
|
#39
19th March 2012, 02:05 PM
|
|||
|
|||
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.
|
#40
19th April 2012, 02:45 PM
|
|||
|
|||
Re: Is Java a pure object oriented programming language?
Quote:
class object inheritance encapsulation daat parsing polymorphism |
#41
28th April 2012, 09:29 PM
|
|||
|
|||
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. |
#42
4th May 2012, 11:47 PM
|
|||
|
|||
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.
|
#43
10th May 2012, 05:28 PM
|
|||
|
|||
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. |
#44
14th May 2012, 05:34 PM
|
|||
|
|||
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. |
#46
22nd May 2012, 05:06 PM
|
|||
|
|||
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.
|
#47
28th June 2012, 01:20 AM
|
|||
|
|||
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!
|
#48
28th June 2012, 02:14 PM
|
|||
|
|||
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 |
#49
30th July 2012, 08:15 PM
|
|||
|
|||
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) |
|