what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / mr.p dude
java could also be interpreted as the names of the creators:
J ames Gosling
A rthur
V on Hoff
A ndy Bechtolstein
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is local and global variable in c?
Is c language still used?
Explain how can a program be made to print the line number where an error occurs?
Why & is used in c?
What is the difference between char array and char pointer?
What is the general form of #line preprocessor?
What is a floating point in c?
What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
Write a program to print all permutations of a given string.
What is the difference between array_name and &array_name?
What is NULL pointer?
What is structure and union in c?
How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?
Does c have enums?
How to write a code for reverse of string without using string functions?