what is the meaning of java that is (J A V A) full form of
JAVA
Answers were Sorted based on User's Feedback
Answer / glory
Just Another Virtual Acronic (JAVA). The two friends named this programming language java while taking a cup of coffee. believing its a suitable name for a high level programming language and since then it has not been changed.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / madhavi
Java is an acronym for just another versatile analyzer
Java is a coffee seed name.Later because of its countless advantages professors proposed full form accordingly .Whatever may be the full form but we are enjoying the deliciousness of java language as well as technology because of its powerful api and inbuilt security
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / aarti
Actually according to me Java is the name of an island.Firstally the name of JAVA is an oak.The inventors of JAVA was very fond of coffee.So, they gives it name'java' to an 'Oak'.
| Is This Answer Correct ? | 1 Yes | 0 No |
The name java is come from name of the coffee seed...
If we have to tell anyone the full form of Java then we have to said that JUST ANOTHER VIRTUAL ACCELERATOR.
THIS IS USED FOR BUILDING THE APPLICATIONS...
Note that java is simple,secure,nd pure object oriented programming language
That's it...
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / manish dhanraj rangari
NO JAVA DON'T HAVE ANY FULL FORM,ITS A NAME OF COFFEE SEED
| Is This Answer Correct ? | 6 Yes | 6 No |
Answer / avni parakh
Java is just an ideal name originated from coffee
| Is This Answer Correct ? | 1 Yes | 1 No |
typedef enum { html, java, javascript, perl, cgi } lang;The above statement defines a : a) Union b) User defined type c) Enumerated variable d) none
How are structure passing and returning implemented?
How can I handle floating-point exceptions gracefully?
How arrays can be passed to a user defined function
What is #include in c?
Why do we use namespace feature?
. Write a program to get a string and to convert the 1st letter of it to uppercase
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
for (i <= 5 && i >= -1;++i; i > 0) { printf("%d ", i); }
Dear Sir, we are required the bubble sorting programs Regs Prem
How can you call a function, given its name as a string?
main() { int a=0; if(a=0) printf("Ramco Systems\n"); printf("India\n"); } output?