what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / kunal singh
java is not just a name it's an acronym of just a virtual accelerator, which is too derived from an old coffee shop that they just went to had a sip of coffee, and they decided to name it as java...............................that's all for today and thanks for being a patient listener.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I sort a linked list?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
Explain the difference between the local variable and global variable in c?
What is f'n in math?
Why main is not a keyword in c?
Can a void pointer point to a function?
How many types of arrays are there in c?
Explain what is the benefit of using const for declaring constants?
Explain what are header files and explain what are its uses in c programming?
What is strcpy() function?
How can I send mail from within a c program?
How can a number be converted to a string?
What is union and structure in c?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
Explain continue keyword in c