Sir how is Java a pure object oriented programming language?

Asked by Last Modified  

15 Answers

Learn Java

Follow 7
Answer

Please enter your answer

IT Professional with 8 Yr of experience in IT industry

Java is not a purely object-oriented programming language. Lots of people say’s its object-oriented language but it is not true because Java supports primitive data type and does not handle multiple inheritances.
Comments

Tutor

Yes its does. Because Java usually an Object Programming Language. When you try to success concrete method that is method with body(without use static keyword). In this case definately you should create Object that is instance to call the method with the help of new keyword. That is how Java called as...
read more
Yes its does. Because Java usually an Object Programming Language. When you try to success concrete method that is method with body(without use static keyword). In this case definately you should create Object that is instance to call the method with the help of new keyword. That is how Java called as Object orientated programming language. Also Java supports Encapsulation, abstraction,inheritance and polymorphism concepts with the proof of its a pure Object orientated. read less
1 Comments

Tutor

It is not pure object oriented, as it has primitive data types.
Comments

Java is not a pure object oriented programming language. For a pure OOP language, the objects should be directly accessible for any operations. However in Java we need to necessarily reach objects through methods that are necessary. Also Java supports primitive datatypes which are not objects.
Comments

Mathematics and computer science Professor with 17 years Teaching Experience

Dear Ram, Java is partially object oriented programming language because it does not support multiple inheritance. To overcome these problema, it uses interface.
Comments

Java/j2ee Trainer With 3+ years of Experience

Java is not a pure object-oriented programming language because Java supports primitive type, and does not support multiple inheritances.
Comments

Professional java and python trainer

100% object-oriented; however, it has primitive data types, but all these primitive types have matching classes too. In Java, anything is wrapped inside the course and accessed by the Object.If the class member is obtained by class name, then it is a static member of the class.
Comments

Very good but you need to have your logics very strong.
Comments

It Professional With 5+years of Experience in the Field of Software Development

Java is not totally object oriented language as it has primitive datatypes. Though it provides strong security as compare to other languages. If we see multiple inheritance it can be achieved with the help of interfaces.
Comments

Machine Learning | Big Data | Cloud | Cyber Security

I agree with Kanchan's point because of languages like Python internally maintain some boxing and unboxing mechanism and abolish any declarative type. In Java, you have to do that explicitly. Java also supports multiple inheritances with the interface.
Comments

View 13 more Answers

Related Questions

Please suggest some books to self-learn Java at home?
For self learning the best book is Core Java written by Gary Cornell and Kay Horstmann. This book comes in 2 volumes and both are important to learn the subject from the ground up to the advanced level.
Sharmistha
1 0
6
hat is java
Java is high level programming language. Java is platform independent and robust.
Narendra
0 1
8
Is java a frontend or a middleware technology or both?
java is middleware technology.Java is common languages for writing the part that could be viewed as the glue between the UI and the data.
Neha
0 0
5

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

JAVA Question 1 for beginners
String x="We are learning";String y="mistakes happen";int z=1000;System.out.println("Java is easy. "+x+" programming and "+y+" "+z +" times"); what is out put this code

Constructor Overloading
public class ConstructorOverloading { public ConstructorOverloading(){ System.out.println("default"); } public ConstructorOverloading(String a){ System.out.println("a"); } public ConstructorOverloading(int...
S

Sarthak C.

0 0
0

How do i get best Campus / Off Campus Placement?
Companies are looking for Skilled Freshers. So build your technical skills while doing MCA / BTech / BCA / BSc (IT or CS) into below areas- 1. Strong your programming & debugging skills ...

Priority in TestNG
public class Priority { @Test (priority=1)public void login() {System.out.println("login");} @Testpublic void email1() {System.out.println("email1");} @Test (priority=-2)public void email2() {System.out.println("email2");} //I...
S

Sarthak C.

0 0
0

How 4 byte float can store 8 byte long values in java ?
long l = 12464545L; float f = l; (fine) int i = l ; (Error) if we see the how this magic happens as we know the answer lies in the floating point representation as in floating points values does not...

Recommended Articles

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you