what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / ankit kumar
JAVA is already a full name. Java is also a slang for coffee
and Javanese is a language, probably spoken in Indonesia. So
if you wish, you can relate these two words with JAVA
programming but the answer of your question is Nothing.
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is a wrapper function in c?
What does c mean before a date?
Why can arithmetic operations not be performed on void pointers?
Is return a keyword in c?
Can you think of a logic behind the game minesweeper.
Write a program to print all permutations of a given string.
What is the full form of getch?
What are the different types of pointers used in c language?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is a double c?
How to define structures? ·
Explain the difference between getch() and getche() in c?
Write a code to remove duplicates in a string.
Where are local variables stored in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration