4 Answers - Sort by: Date | Rating
Java is a completely OOPs because in Java everything is written into the class. This means in Java even Main is written into the class.
0
0
Java is a completely Object Oriented Programming because in Java everything is accessed through objects only.
0
0
Any Object oriented programming language resembles our real world. In real world anything you take it will have some properties and behavior for example take a car it contains several parts like wheels ,brake,steering etc., they may be treated as properties
stop(),move(),headlightsOn(),headlightsOff() like this methods are behavior of the car. In the same way any java program contains properties and behavior and encapsulated in a class and one can instantiate the class by creating a object. That is why java is object oriented programming language but one way it is not pure object oriented language as it supports primitives, but when you take primitives as objects then it may be treated as pure object oriented language.
stop(),move(),headlightsOn(),headlightsOff() like this methods are behavior of the car. In the same way any java program contains properties and behavior and encapsulated in a class and one can instantiate the class by creating a object. That is why java is object oriented programming language but one way it is not pure object oriented language as it supports primitives, but when you take primitives as objects then it may be treated as pure object oriented language.
0
0
Guest
answered 6 months ago
- How Can I Use Dmp File In Java?
- Can You Write A Program Called InheritanceTest.java To Support An Inheritance Hierarchy For Class Point–Square–Cube?
- Why We Use This Method In Java?
- Why Java Not Supports Multiple Inheritence?
- A Java Program To Get Sports Marks In Student Package And Print Total Marks Of Student?
- The Project Aims To Implement A JAVA Parser? 1- Classes And Functions 2- Arithmetic/logic Expressions 3- If Statement
- How To Get Java On My Lg 260?
- Write A Java Program To Store A Number Find If It Is Positive Or A Negative Number If Positive Print I Am The First?
- How To Update The Sim 3 Expansion?
- What Is An Attribute In Java?
- Do I Have To Write A Main Method In Every Class I Create?
- What How The Step For Make Library Management?
- In Which Process We Can Start Java?
- Define The Concept Of Java Byte Code?
- How To Run Remote Method Invocation In More Machine?
- How To Run Java Remote Method Invocation In More Machine?
- How To Make A Java Program That Will Ask The User To Input A Number And Display All The Even Number And The Sum Of All Even Numbers Based On The Inputted/ Given Numbers?
- Is A Static Variable An Instance?
- How To Compile And Run Java Package?
- What Does Literati-on Mean?
- What Is Abstract Class In Details?
- What Is Meant By Remote Method Invocation In Java?
- What Is Meant By Servlet In Java?
- What Is Latest Technologies In Java?
- Write A Program Using Do…..while Loop To Calculate And Print The First M Fibonacci Numbers?
- Is Java Completely Object Oriented Language?
- Is Java Completly Object Oriented?
- Is Java Purely An Object Oriented Language?
- Why Is Java Not A Pure Object Oriented Programming?
- Why Is Java Called Object Oriented Programming Language?
- Java Is Called As A Pure Object Oriented Language ?
- Is Java Fully Object Oriented Programing Language?
- Write A Program To Read Two Numbers From The Keyboard And Display In Object Oriented Programming++?
- What Are Object Oriented Concepts?
- What Are Object Oriented Databases?
- What Is Object Oriented Programming?
- What Is Object Oriented Design?

New Comment - Comments are editable for 5 min.