is java purely oop Language?

Answer Posted / uma

till java5.0 its not pure oop.java6.0 is pure oop bcoz it
uses only primitive data type

Is This Answer Correct ?    1 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you explain polymorphism?

583


Can main method override?

587


What does oop mean in snapchat?

688


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2578


Do you know about multiple inheritance?

643






What does it mean when someone says I oop?

587


explain sub-type and sub class? atleast u have differ it into 4 points?

1838


Why is encapsulation used?

577


Why is object oriented programming so hard?

616


write a program to find 2 power of a 5digit number with out using big int and exponent ?

1897


What is difference between inheritance and polymorphism?

574


program for insertion ,deletion,sorting in double link list

2283


What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }

1991


Can destructor be overloaded?

601


How oops is better than procedural?

592