what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / atindra nath ojha
The full form i feels is JAVANESE ARCHITECTURE VIRTUAL ACCELERATOR
| Is This Answer Correct ? | 81 Yes | 79 No |
Post New Answer View All Answers
Difference between pass by reference and pass by value?
What is the advantage of a random access file?
Why we use int main and void main?
what do you mean by enumeration constant?
What is array in c with example?
What is c variable?
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
Is it possible to initialize a variable at the time it was declared?
What is the difference between variable declaration and variable definition in c?
What are c header files?
please give me some tips for the placement in the TCS.
What is an auto variable in c?
write a program to find out prime number using sieve case?
What does the file stdio.h contain?
How can I make sure that my program is the only one accessing a file?