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 / ajith
Just Analysis Virtual Architecture........JAVA this is correct answer
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / rudresh
java doesn't have acronym...its just a symbol of cofee cup....
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / ashok kumar sahoo
Junction Actually Virtual Application.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / prasenjit das
there is no meaning of JAVA. But technologically Java is a language or a written programme used to launch some interactive internet applications.
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / neela azibha
java is an programming language,very easy to learn in my knowledge java fullform is JAVANESE ARCHITECTURE VIRTUAL ACCELERATOR.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / vijay rahul
java stand for.. JUST ANOTHER VIRTUAL ACCELATOR..\
THIS USE FOR BULDING THE APPLICATION..
| Is This Answer Correct ? | 0 Yes | 2 No |
pointer_variable=(typecasting datatype*)malloc(sizeof(datatype)); This is the syntax for malloc?Please explain this,how it work with an example?
2 Answers eClerx, Excel, kenexa,
How can a process change an environment variable in its caller?
write a program to generate 1st n fibonacci prime number
How can I ensure that integer arithmetic doesnt overflow?
what are the different storage classes in c?
what is the difference between strcpy() and memcpy() function?
how to find the sizof of any datatype using bit manipulations
Explain how can I prevent another program from modifying part of a file that I am modifying?
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
Are there any problems with performing mathematical operations on different variable types?
Write a Program to print this triangle: * ** * **** * ****** * ******** * ********** use two nested loops.
12 Answers MIT, TCS,
How can I rethow can I return a sequence of random numbers which dont repeat at all?