what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / neela azibha
java is an programming language,very easy to learn in my knowledge java fullform is JAVANESE ARCHITECTURE VIRTUAL ACCELERATOR.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is malloc and calloc?
How the c program is executed?
When should you use a type cast?
What is the scope of an external variable in c?
Is printf a keyword?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
What is a nested formula?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
What is dynamic dispatch in c++?
Write a program to print factorial of given number using recursion?
What is the significance of c program algorithms?
What is the meaning of typedef struct in c?
What are the features of the c language?
What is array in C
Can we change the value of constant variable in c?