what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / saikiran
java is a purely oriented language. it is used to develop the applications. it is plat form independent.but java has no full form.
| Is This Answer Correct ? | 110 Yes | 39 No |
Post New Answer View All Answers
What is return type in c?
Explain how can I pad a string to a known length?
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
What are the advantages of c preprocessor?
What does the error message "DGROUP exceeds 64K" mean?
Explain enumerated types.
What are the ways to a null pointer can use in c programming language?
What is a nested loop?
How are strings stored in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What are the complete rules for header file searching?
What are pointers?
Where register variables are stored in c?
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.
In C language what is a 'dangling pointer'?