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
how we can make 3d venturing graphics on outer interface
Suggesting that there can be 62 seconds in a minute?
How can I do graphics in c?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
#include main() { int *p, *c, i; i = 5; p = (int*) (malloc(sizeof(i))); printf(" %d",*p); *p = 10; printf(" %d %d",i,*p); c = (int*) calloc(2); printf(" %d ",*c); }
How can I avoid the abort, retry, fail messages?
Is null always equal to 0(zero)?
What are the types of c language?
What is the size of enum in c?
What is static and volatile in c?
can we have joblib in a proc ?
Was 2000 a leap year?
Differentiate between Macro and ordinary definition.
What are local static variables?
What is the explanation for the dangling pointer in c?