JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?

Answers were Sorted based on User's Feedback



JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?..

Answer / shobhit jain

Java is not completely object oriented language as it has
still got built in data types like int, float etc for which
we do not create objects.

Is This Answer Correct ?    7 Yes 0 No

JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?..

Answer / gganesh

Yes, the JAVA is the fully object oriented, bcoz in java we
can create object for main function also, bcoz main function
written in class

Is This Answer Correct ?    11 Yes 6 No

JAVA is FULLY OBJECT ORIENTED PROGRAMING LANGUAGE?..

Answer / umashankar mishra

yes..becoz every thing place in class including main()
and object is created by new operator

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More OOPS Interview Questions

What is the differances between a abstract calss and interface

5 Answers   Aviva, Symphony,


Difference between vector and array

2 Answers  


Write a program to reverse a string using recursive function?

0 Answers   TCS,


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.

0 Answers  


What is the difference between a constructor and a destructor?

0 Answers  






When is an object created and what is its lifetime?

4 Answers   IBM,


143.what is oops principles?

10 Answers  


Plese get me a perfect C++ program for railway/airway reservation with all details.

0 Answers   ITM,


what type of question are asked in thoughtworks pair programming round ?

0 Answers   Thought Works,


Why is polymorphism needed?

0 Answers  


what are the uses of C++

1 Answers  


write a c++ program to find maximum of two numbers using inline functions.

3 Answers   IBM,


Categories