what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / glory
Just Another Virtual Acronic (JAVA). The two friends named this programming language java while taking a cup of coffee. believing its a suitable name for a high level programming language and since then it has not been changed.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Differentiate call by value and call by reference?
Write a program of advanced Fibonacci series.
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
How do you use a 'Local Block'?
What is the use of printf() and scanf() functions?
Who developed c language?
Explain how do you convert strings to numbers in c?
What is the use of #define preprocessor in c?
What is the use of a semicolon (;) at the end of every program statement?
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.
Why does everyone say not to use gets?
What is the difference between text files and binary files?
What is substring in c?
What is function prototype in c language?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?