what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / durga reddy
actually there is no full meaning for JAVA.I think it is a seed name of coffee.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How can I invoke another program or command and trap its output?
What is cohesion and coupling in c?
Explain the difference between strcpy() and memcpy() function?
What is the difference between #include and #include 'file' ?
What is pointer to pointer in c with example?
Why do we use int main?
In c language can we compile a program without main() function?
What is binary tree in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)
Why is c fast?
How will you declare an array of three function pointers where each function receives two ints and returns a float?
How reliable are floating-point comparisons?
Explain about C function prototype?
What is #include stdio h?
how to make a scientific calculater ?