why java is called as a purely oops language.

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How does placing some code lines between the comment symbol help in debugging the code?

550


Explain what is the general form of a c program?

629


Is c is a procedural language?

604


What are the salient features of c languages?

627


Can stdout be forced to print somewhere other than the screen?

627






1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?

1921


What is bin sh c?

586


What is the difference between functions abs() and fabs()?

653


How macro execution is faster than function ?

674


What are runtime error?

634


Explain do array subscripts always start with zero?

765


You are to write your own versions of strcpy() and strlen (). Call them mystrcpy() and mystrlen(). Write them first as code within main(), not as functions, then, convert them to functions. You will pass two arrays to the function in the case of mystrcpy(), the source and target array.

1785


What are Macros? What are its advantages and disadvantages?

651


What language is windows 1.0 written?

583


Are the variables argc and argv are always local to main?

576