Answer Posted / 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 |
Post New Answer View All Answers
What is a buffer in c?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?
What is the auto keyword good for?
How pointers are declared?
Why is extern used in c?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Is c++ based on c?
What is identifier in c?
Who invented b language?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
What is openmp in c?
Explain the use of function toupper() with and example code?
What is the total generic pointer type?
What does malloc () calloc () realloc () free () do?
Differentiate between ordinary variable and pointer in c.