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 |
Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort
what is the output of the following program? #include<stdio.h> void main() { int x=4,y=3,z; z=x-- -y; printf("\n%d %d %d",x,y,z); }
How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)
what is the difference between #include<stdio.h> and #include "stdio.h" ?
Explain setjmp()?
What is the relationship between pointers and data structure?
What are the functions to open and close file in c language?
What is the difference between calloc() and realloc()?
Explain the use of function toupper() with and example code?
How can I increase the allowable number of simultaneously open files?
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
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?