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 , this is Mithun Ghosh from Kolkata. I want a suggestion about the course content of teaching Java starting from core to Advanced level. Please anyone do help with a legible course content. Thanks in advance -- Thanks & Regards, Mithun Ghosh
Hi Mithun, This is AkiraITSolutions, We do provide real time training with real time employees, who ever having more than 10 years of IT Experience. For further details please feel free to reach us.
Mithun Ghosh
What are the topics covered under core Java?
The major topics are listed below: 1. Java Basics - Variables, Data types, Operators, Control Statements,Strings, Arrays and Functions. 2. Object Oriented Concepts - Classes, Objects, Constructors, Inheritance,...
Sahil
0 0
6
1.What is Model Driven Interceptors is used for? 2.what is the purpose of using Action support??
Using ActionSupport class, we can implement Custom validation which validates at the server-side. We can write server side validation logic in validate() method.
Monisha
What is selection sort in java?
The selection sort is a combination of searching and sorting. During each pass, the unsorted element with the smallest (or largest) value is moved to its proper position in the array. The number of times...
Snehashis
What's New in JDK 8 ?
1.Lamda Expressions I started with lambda expressions as this is probably the most sought after feature in the language after probably Generics/Annotations in Java 5. 2.Generic Type changes and improvements Taking...
Ashish

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

Ask a Question

Related Lessons

Java8 Filters and collectors
Lets say we have collection of strings and we would like to filter (remove) out certain strings from collection. We could achive the same in java 7 and earlier versions import java.util.ArrayList; import...

History Of Java
Java history is interesting to know. The history of java starts from Green Team. Java team members (also known as Green Team), initiated a revolutionary task to develop a language for digital devices such...

Implementation: What Is JPA And JPA?
The basic Java framework to access the database is JDBC. Unfortunately, with JDBC, a lot of hand work is needed to convert a database query result into Java classes. JPA allows us to work with Java classes...

1.3. Find the second largest element in an array.
public class Main { public static void main(String args) { int arr = {1, 3, 4, 6, 5}; int max = Integer.MIN_VALUE, secondMax = Integer.MIN_VALUE; for (int i = 0; i < arr.length; i++) { if (arr >...

Java Program Sample Application
/* WAP to print given message on the console using java*/ // Class declaration in java class sample { // Main function public static void main(String args) { // function for printing on the console System.out.println("Hello...

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