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 structure in c definition?
What is table lookup in c?
Differentiate abs() function from fabs() function.
Write program to remove duplicate in an array?
What is action and transformation in spark?
Can include files be nested? How many levels deep can include files be nested?
a=10;b= 5;c=3;d=3; if(a printf(%d %d %d %d a,b,c,d) else printf("%d %d %d %d a,b,c,d);
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
What are high level languages like C and FORTRAN also known as?
How can I direct output to the printer?
What is the use of a static variable in c?
What are qualifiers in c?
What is difference between structure and union in c programming?
How do c compilers work?