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

What are the various Java certifications?
The certifications are : 1) Oracle...
Rama
1 0
5
Is it possible to learn java at home without coaching in one month?
It all depends on you. If you are already aware of programming then it is definetly possible to learn java at home. But if learn through a tutor then you can learn easily.
Pritom
0 0
5
What is difference between throw and throws in Java programming?
throw keyword is used to throw Exception from any method or static block in Java while throws keyword, used in method declaration, denoted which Exception can possible be thrown by this method
Vinodha
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
Who can provide good Java training with real-time but not institute?
If you reside in pune then i can provide real time programming in java . So you will get to know industry based java programming
Sridevi
0 0
6

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

Ask a Question

Related Lessons


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); }}

Access Specifiers â?? Private, Protected, Public, Package-private
Access level modifiers determine whether other classes can use a particular field or invoke a particular method. The following table shows the access to members permitted by each modifier. Access...

Tips for Entry Level Java Job Seeker
3 steps you should take to make a break as a Java developer: Step 1: Invest in improving your job hunting skills encompassing interviewing, networking, and resume writing skills. Step 2: Keep applying...
A

Akshay Shende

1 0
0

Tips of learning Java Language/Other Programming Languages
1.You should know the basic concept: If we talk about programming languages so basic concept are same in all the high level languages. So you should know the basic concept firstly then you can easily understand...
I

Icreative Solution

0 0
0

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