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 |
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
Dear Sir, we are required the bubble sorting programs Regs Prem
What is calloc()?
the output will be #include<stdio.h> int main () { int i; i = 9/2; printf("%i",i); return 0; }
What does %p mean c?
what does the following code do? fn(int n,int p,int r) { static int a=p; switch(n){ case 4:a+=a*r; case 3:a+=a*r; case 2:a+=a*r; case 1:a+=a*r; } } a.computes simple interest for one year b.computes amount on compound interest for 1 to 4 years c.computes simple interest for four year d.computes compound interst for 1 year
write a method for an array in which it can display the largest n next largest value.
Can one function call another?
What is the result main() { char c=-64; int i=-32 unsigned int u =-16; if(c>i){ printf("pass1,"); if(c<u) printf("pass2"); else printf("Fail2");} else printf("Fail1); if(i<u) printf("pass2"); else printf("Fail2") } a)Pass1,Pass2 b)Pass1,Fail2 c)Fail1,Pass2 d)Fail1,Fail2 e)none
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
Is swift based on c?
which types of data structure will i use to convert infix to post fix???