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 / manu soni
"JAVA" Iceland of Indonesia where first coffee was produced, that coffee named "java".
so basically java is the first coffee.
so Officially there is no full form of JAVA.It is a programming language.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / tarun sharma
1.Java is not purely independent .
2.Java is object oriented programing langluage .
3.Java is not true object oriented language .
4.java are support multitreding it's a feature of java .
5. Java is robust language .
6.only in java you have to get free licence and source code .
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jeeban samrat samal
Java stands for J- JAMES GOSLING A- ARTHUR V- VON HOFF A- ANDY BECHTOLSHEIN
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nidhi.s
Java does have a full form. It is unknown by many people.
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / durga reddy
actually there is no full meaning for JAVA.I think it is a seed name of coffee.
Is This Answer Correct ? | 2 Yes | 3 No |
Answer / siddu g m
the developers of Java were drinking coffee while they were deciding the name of their programming language. So, they gave it the name "Java" as a slang of "Coffee".
Is This Answer Correct ? | 2 Yes | 3 No |
Answer / manikanta
j------just
a------act
v------for very
a------action
don't think to much
Is This Answer Correct ? | 1 Yes | 2 No |
Explain how do you sort filenames in a directory?
What is the purpose of the fflush() function in C?
main() { int x=5,y=10,z=0; x=x++ + y++; y=y++ + ++x; z=x++ + ++y; printf("%d%d%d\n",x,y,z); }
How can I copy just a portion of a string?
Write a C program to find the smallest of three integers, without using any of the comparision operators.
Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.
we compile c program in 32 processor and 64 bit processor .exe file is created in both the processors. if we want to run .exe file in 64 bit processor which is created in 32 bit processor. is that .exe file is run or not if it is not run why?
write a c program to print "Welcome" without using semicolon in the whole program ??
how to find turn around time in operating system?
What is function pointer c?
C,c++, Java is all are structural oriented or procedure oriented language..?
how 2 compile & execute c program with out using editor?