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 |
What is the collection of communication lines and routers called?
How many bytes is a struct in c?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
What is cohesion in c?
what are the uses of structure?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
Do you know what is the purpose of 'extern' keyword in a function declaration?
Write a program to print “hello world” without using semicolon?
#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?
/*program to calculate hra,da in salary if salary less than 10000 then hra15%,da13% otherwise hra20%,da18%/*
What is the difference between void main() and int main()?