what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / momin iqbal
J A V A stands for JUST ANOTHER VIRTUAL ACCELERATOR.
THIS IS USED FOR BUILDING THE APPLICATIONS...
| Is This Answer Correct ? | 529 Yes | 265 No |
Post New Answer View All Answers
What is the correct declaration of main?
What are disadvantages of C language.
Why do we use stdio h and conio h?
Are the outer parentheses in return statements really optional?
What is wrong with this declaration?
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
What does void main return?
What is #include called?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
how is the examination pattern?
Why c is called free form language?
In C, What is the #line used for?
Explain what is the advantage of a random access file?
What is the maximum no. of arguments that can be given in a command line in C.?
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.