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

Base class has two public data members. How can i derive a new class with one datamember as public and another data member as private?.

2 Answers  


What is static in oop?

0 Answers  


What is property in oops?

0 Answers  


what is the difference b/w abstract and interface?

2 Answers   Merrill Lynch, Schneider, Scio Healthcare,


Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.

0 Answers  


What are the valid types of data that the main () can return in C/C++ language

3 Answers  


Which is faster post increment or pre increment ? and in which cases should u use either - to increase speed?

4 Answers   EA Electronic Arts,


write a program to find 2^n+1 ?

0 Answers   CTS,


Can we call a base class method without creating instance?

6 Answers  


what is difference between class template and template class?

0 Answers  


What are the 3 pillars of oop?

0 Answers  


Is this job good for future? can do this job post grduate student?

0 Answers  


Categories