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 / pradeepthi bonthala
Java is not an acroynm its a coffee seed which they used in
coffee while designing java software so they named it as
java
| Is This Answer Correct ? | 624 Yes | 188 No |
Answer / momin iqbal
J A V A stands for JUST ANOTHER VIRTUAL ACCELERATOR.
THIS IS USED FOR BUILDING THE APPLICATIONS...
| Is This Answer Correct ? | 529 Yes | 265 No |
Answer / vivek upreti
java is a pure object oriented language.It is very friendly
language. Every body easily understand. It is plateform
indepandent.
| Is This Answer Correct ? | 329 Yes | 143 No |
Answer / valsala shukla
JAVA is a language , the idea comes from coffe seed
| Is This Answer Correct ? | 245 Yes | 108 No |
Answer / nithya
THERE IS NO FULL FORM FOR JAVA. JAVA IS AN NAME OF COFFEE
SEED
| Is This Answer Correct ? | 197 Yes | 96 No |
Answer / phoenixink
Naturally Java is a seed of coffee.
But technologically Java is a language or a written programme used to launch some interactive internet applications.
| Is This Answer Correct ? | 169 Yes | 70 No |
Answer / saikiran
java is a purely oriented language. it is used to develop the applications. it is plat form independent.but java has no full form.
| Is This Answer Correct ? | 110 Yes | 39 No |
Answer / manoj mudaliyar
'JAVA' as the name sounds a special meaning but actually it
doesn't consists of any abbreviation.
'JAVA' is a 'aromatic coffee seed' which the developers
used while designing java software. And also , 'Javanese'
is a language used by Indosenian to interact with people.
Many people thing 'JAVA' is same as 'Javanese' language but
it is absolutely wrong. It's a totally different language.
'JAVA' is a purely OOP(Object Oriented Programming
Language) which is versionable, portable and supports
interoperability.
| Is This Answer Correct ? | 97 Yes | 39 No |
Answer / tom cruise
just another vague acronym..... this is the original answer
given by gosling james
| Is This Answer Correct ? | 84 Yes | 54 No |
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }
how can u print a message without using any library function in c
write c program to display output 10(10+20)+(10+20+30)+ ... n term
0 Answers Hindustan Gum Chemicals,
what is the c source code for the below output? 10 10 10 10 10 10 10 10 10 10 9 9 7 6 6 6 6 6 6 9 7 5 9 7 3 2 2 5 9 7 3 1 5 9 7 3 5 9 7 4 4 4 4 5 9 7 8 8 8 8 8 8 8 8 9
6)swap(int x,y) { int temp; temp=x; x=y; y=temp; } main() { int x=2;y=3; swap(x,y); } after calling swap ,what are yhe values x&y?
advantages of pointers?
Explain what is the heap?
Why can’t constant values be used to define an array’s initial size?
Write a program to use switch statement.
0 Answers Agilent, Integreon, ZS Associates,
What are # preprocessor operator in c?
Can variables be declared anywhere in c?
Is main is user defined function?