what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / manu soni
"JAVA" Iceland of Indonesia where first coffee was produced, that coffee named "java".
so basically java is the first coffee.
so Officially there is no full form of JAVA.It is a programming language.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is pointers in c with example?
Is the exit() function same as the return statement? Explain.
What is the advantage of using #define to declare a constant?
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?
What is c language & why it is used?
Explain what are the standard predefined macros?
Explain the term printf() and scanf() used in c language?
The program will first compute the tax you owe based on your income. User is prompted to enter income. Program will compute the total amount of tax owed based on the following: Income Tax 0 - $45,000 = 0.15 x income $45,001 - $90,000 = 6750 + 0.20 x (income – 45000) $90,001 - $140,000 = 15750 + 0.26 x (income – 90000) $140,001 - $200,000 = 28750 + 0.29 x (income – 140000) Greater than $200,000 = 46150 + 0.33 x (income – 200000) Dollar amounts should be in dollars and cents (float point numbers with two decimals shown). Tax is displayed on the screen.
What is #pragma statements?
Write a code to remove duplicates in a string.
What is uint8 in c?
Explain how to reverse singly link list.
What is null in c?
What are the advantages of the functions?
What are the properties of union in c?