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
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Why should I use standard library functions instead of writing my own?
Why is event driven programming or procedural programming, better within specific scenario?
How will you divide two numbers in a MACRO?
What is auto keyword in c?
FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.
Difference between pass by reference and pass by value?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is the difference between array_name and &array_name?
What is the difference between class and object in c?
What is the function of multilevel pointer in c?
What are linked lists in c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What is the size of a union variable?
How do I create a directory? How do I remove a directory (and its contents)?