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

Hi, I am pursuing MBA 1st Year. I want to learn Digital Marketing. Is it right for career growth, or should I choose to learn some other technologies? If yes, please give me your suggestions that help me to get a JOB in the IT Sector.
Hi Sai, To find right career path you need to try things ( Which is long way). I would suggest you to learn multiple things ( implementation is important part) and then find your intrest and dive in to...
Sai
Is it really needed to do Java training before graduation, to get a job?
Yes, It's must to get better opportunities and to standard alone in IT field. Not only core Java but also learn Spring,Hinernat ,Struts. ANGULARJS add an advantage to get job easily.
Udaybhan
Does Java support pointers?
Yes and no. . The pointer model is of course supported by Java. But it has become much easier to the developer to handle it. Because Java exposes the concept of pointer in terms of reference variables...
Santosh
0 0
7
What is serialization?
serialization is a storing the state of the object into the file
Shubham

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: A Quick Overview
Not purely Object Oriented: It doesn't support multiple inheritence, it supports primitive data types and static members. Doesn’t support multiple inheritance: Reason is diamond problem i.e.,...

Puzzle Game coding
import java.awt.BorderLayout;import java.awt.Color;import java.awt.Dimension;import java.awt.Font;import java.awt.FontMetrics;import java.awt.Graphics;import java.awt.Graphics2D;import java.awt.RenderingHints;import...

Java Training Syllabus
Learn JAVA-J2EE Syllabus Core Java - Syllabus aligned to OCA Exam - JDK 8 Object-Oriented Programming (OOPS) concepts: Programming Languages Object Oriented Programming Classes & Objects Pillars...

1.2. Find the largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 2, 3, 4, 5}; int max = arr; for (int i = 1; i < arr.length; i++) { if (arr > max) { max = arr; } } System.out.println("Largest Element: " + max); }}

Introduction to Course Content
Video about what we are going to learn throughout the Java Training Session .

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