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
Which is more efficient, a switch statement or an if else chain?
Can you explain the four storage classes in C?
What is the difference between abs() and fabs() functions?
How do we make a global variable accessible across files? Explain the extern keyword?
How can I avoid the abort, retry, fail messages?
What are different types of variables in c?
Which is better pointer or array?
In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.
How can you find the exact size of a data type in c?
What is break statement?
Differentiate between full, complete & perfect binary trees.
What will the preprocessor do for a program?
Why is c called a structured programming language?
Differentiate between a structure and a union.
Explain how do you list files in a directory?