what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / manu soni
"JAVA" Iceland of Indonesia where first coffee was produced, that coffee named "java".
so basically java is the first coffee.
so Officially there is no full form of JAVA.It is a programming language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what are the standard predefined macros?
Why does everyone say not to use gets?
What are keywords in c with examples?
What is context in c?
What is the incorrect operator form following list(== , <> , >= , <=) and what is the reason for the answer?
What is the argument of a function in c?
When is a “switch” statement preferable over an “if” statement?
How do I create a directory? How do I remove a directory (and its contents)?
Can the “if” function be used in comparing strings?
What is indirection? How many levels of pointers can you have?
What are the types of c language?
int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above
Differentiate between the = symbol and == symbol?
typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?
How can I open a file so that other programs can update it at the same time?