is java purely oop Language?

Answer Posted / devesh

no java is not pure oop language because in java we use premitive data types like char ,short,double,flour etc which are not object,so we can say java is not a object oriented programming.

Is This Answer Correct ?    2 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6155


What is oops in simple words?

585


What is difference between inheritance and polymorphism?

573


What is the importance of oop?

613


write string class as your own class in java without using any built-in function

1978






Write a program to reverse a string using recursive function?

1794


How to improve object oriented design skills?

569


What is the purpose of enum?

583


write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.

1795


What is abstract class in oop?

536


What does enum stand for?

617


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


What is the use of oops?

623


What is abstraction in oop?

637


What is the difference between procedural programming and oops?

559