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 does c mean in standard form?
the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789
write a program to create a sparse matrix using dynamic memory allocation.
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
WRITE A C PROGRAM TO FIND SECOND BIGGEST VALUE FROM THE GIVEN VALUES
Is c still used in 2019?
How can I convert a number to a string?
struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]
How can type-insensitive macros be created?
Ow can I insert or delete a line (or record) in the middle of a file?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }