what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / kannammai ramaiah
JAVA is a name of coffee seed.James Gosling and his crew
members drank coffee at the time of thinking name for the
programming language written by them.Finally they decided to
keep the name of the coffee which contains the coffee seed
JAVA drunken by them as the name of the programming language
developed by them
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Write a program to print ASCII code for a given digit.
What is pointer to pointer in c language?
Do you have any idea about the use of "auto" keyword?
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
How many levels of pointers have?
How can a program be made to print the line number where an error occurs?
What is the usage of the pointer in c?
Why we use stdio h in c?
What is int main () in c?
List some of the static data structures in C?
Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)
Is calloc better than malloc?
What is putchar() function?
What is the difference between functions abs() and fabs()?
What is pointers in c?