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


Please Help Members By Posting Answers For Below Questions

Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

886


Why should I use standard library functions instead of writing my own?

951


Why is event driven programming or procedural programming, better within specific scenario?

2154


How will you divide two numbers in a MACRO?

901


What is auto keyword in c?

957


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.

1512


Difference between pass by reference and pass by value?

855


What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?

847


What is the difference between array_name and &array_name?

974


What is the difference between class and object in c?

805


What is the function of multilevel pointer in c?

832


What are linked lists in c?

841


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

2566


What is the size of a union variable?

780


How do I create a directory? How do I remove a directory (and its contents)?

838