Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


java is puerly object oriented or not ?

Answers were Sorted based on User's Feedback



java is puerly object oriented or not ?..

Answer / billuyadav208

No, Java Is Not Puerly Object Oriented Because it use
primitive data types and hence is not a pure object oriented
language.

Is This Answer Correct ?    10 Yes 2 No

java is puerly object oriented or not ?..

Answer / narsimharaju

-->If we compared with previous programming languages then it is purely object oriented..

-->java it self it not a purely object oriented because the java using primitive data types..

Is This Answer Correct ?    8 Yes 0 No

java is puerly object oriented or not ?..

Answer / jitendra kumar

no ,java is not pure object orinted language,because in
java,data type is not object orinted

Is This Answer Correct ?    9 Yes 3 No

java is puerly object oriented or not ?..

Answer / sathiya

java is not purely object oriented, since it has primitive
data types.

Is This Answer Correct ?    4 Yes 0 No

java is puerly object oriented or not ?..

Answer / vivek

Java is not purely object oriented, because it is doesn't supports multiple inheritance.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

Which language is java?

0 Answers  


What are the two ways in which thread can be created?

0 Answers  


what is synchronization? : Java thread

0 Answers  


Are arrays primitive data types?

0 Answers  


What is a constructor overloading in java?

0 Answers  


What is the Layout for ToolBar?

1 Answers  


Which containers may have a MenuBar?

1 Answers  


Can It is possible to synchronize the constructor of a Java Class?

0 Answers  


What is off heap memory?

0 Answers  


How do you detect memory leaks?

0 Answers  


Draw a UML class diagram for the code fragment given below: public class StringApplet extends Applet { private Label sampleString; private Button showTheString; private ButtonHandler bHandler; private FlowLayout layout; public StringApplet() { sampleString = new Label(" "); showTheString = new Button (" Show the String"); bHandler = new ButtonHandler(); layout = new FlowLayout(); showTheString.addActionListener(bHandler); setLayout(layout); add(sampleString); add(showTheString); } class ButtonHandler implements ActionListener { public void actionPerformed(ActionEvent e) { samplestring.setText("Good Morning"); } } } Note: The methods need not be indicated on the diagram.

0 Answers  


List the three steps for creating an object for a class?

0 Answers  


Categories