why java is called as a purely oops language.

Answers were Sorted based on User's Feedback



why java is called as a purely oops language...

Answer / bhagya

java is called purely oops language why because poor opps
language means every thing should be done with the help of
objects only.in java whenever it is still using the c types
(just java is using the best functionalities in java)it is
possessing the oops concepts.it is clear that in java every
thing should be with in a class or a object.with out using
object we cannot do any thing in java.

Is This Answer Correct ?    8 Yes 3 No

why java is called as a purely oops language...

Answer / sujith

Java is not at all a purely oops language.

A language is called to be purely oops language if and only
if what ever we use in that are objects, including data
types. java still uses c types only except for Strings.

Is This Answer Correct ?    8 Yes 6 No

why java is called as a purely oops language...

Answer / kiran

In Java,since every statement is written under some class( including main()), we can call-it pure o-o. But, Smalltalk is the language that is pure o-o than java

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

Write a program to remove the C comments(/* */) and C++ comments(//) from a file. The file should be declared in command line.

4 Answers   Persistent, Subex,


How can you draw circles in C?

0 Answers   Accenture,


a program that can input number of records and can view it again the record

0 Answers   Accenture,


What are c preprocessors?

0 Answers  


matrix multiplication fails introspect the causes for its failure and write down the possible reasons for its failurein c language.

5 Answers   TCS,






What is the use of bit field?

0 Answers  


What is bubble sort in c?

0 Answers  


What is a structure in c language. how to initialise a structure in c?

0 Answers  


There seem to be a few missing operators ..

0 Answers  


An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode

0 Answers  


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


Hi, main() { } Is a user defined function or Built in Functionn

26 Answers   Honeywell, Yahoo,


Categories