what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / siddu g m
the developers of Java were drinking coffee while they were deciding the name of their programming language. So, they gave it the name "Java" as a slang of "Coffee".
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the 4 types of programming language?
a single linked list consists of nodes a to z .print the nodes in reverse order from z to a using recursion
Is that possible to store 32768 in an int data type variable?
What is the difference between void main and main in c?
What is the difference between volatile and const volatile?
What is wrong with this statement? Myname = 'robin';
What is use of #include in c?
Do pointers take up memory?
if p is a string contained in a string?
What are actual arguments?
What does it mean when a pointer is used in an if statement?
praagnovation
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is assert and when would I use it?
What is the correct declaration of main?