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

is forign key will be unique key any table or not?

2 Answers  


Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?

0 Answers   Celstream,


Write a C program in Fibonacci series.

0 Answers   iNautix,


while running a program, i got the msg that press return key to exit.what that mean in C as there are no such options as far i know.

1 Answers   TCS,


a C prog to swap 2 no.s without using variables just an array?

5 Answers   TCS,






int main() { int i=-1,j=-1;k=0,l=2,m; m=i++&&j++&&k++||l++; printf("%d%d%d%d%d",i,j,k,l,m); }

3 Answers   HCL,


Is stack a keyword in c?

0 Answers  


main() { int i; for(i=0;i<5;i++) printf("%d",1l<<i); } why doesn't 'l' affect the code??????

1 Answers  


What is auto keyword in c?

0 Answers  


How reliable are floating-point comparisons?

0 Answers  


Explain how can you check to see whether a symbol is defined?

0 Answers  


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

0 Answers  


Categories