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 / ankit kumar gupta
java is veray important constraction.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / srikanth kothakonda
java is an object oriented programming language . invented by james gosling
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / uma
java is fully object oriented language and it is platform independent but somebody says that java is a coffee seed.If you know the correct answer please post your answer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vbdwivedi
It's name come from Java Coffee which is a coffee bean produced in the Java islands of Indonesia.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dheeraj soorma
JAVA is pure object oriented language that name preferred from coffees seed .no full form of java because it is not an abbreviation
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kunal singh
java is not just a name it's an acronym of just a virtual accelerator, which is too derived from an old coffee shop that they just went to had a sip of coffee, and they decided to name it as java...............................that's all for today and thanks for being a patient listener.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / narayana swamy
Java has no full form because as coffee is the inspiration for this language name,also you can see the logo of java is cup ,plate and steam.apparently gosling got inspired by coffee named java
Then java is
J = James gosling
A = Arthur
V = van hoff
A = Andy bechtolsheim
😊
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / saroj
java is Object oriented programming language which is develop by James Gosling at Sun Microsystems. There is no full form of java.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mr.p dude
java could also be interpreted as the names of the creators:
J ames Gosling
A rthur
V on Hoff
A ndy Bechtolstein
| Is This Answer Correct ? | 0 Yes | 0 No |
How can you check to see whether a symbol is defined?
WHAT IS LOW LEVEL LANGUAGE?
which of the following statements is incorrect a.typedef struct new{ int n1; char n2; } DATA; b.typedef struct { int n3; char *n4; }ICE; c.typedef union { int n5; float n6; } UDT; d.#typedef union { int n7; float n8; } TUDAT;
What do you mean by keywords in c?
What are # preprocessor operator in c?
what is difference between array of characters and string
what would be the output of the following program? main() { int k = 123; char *ptr; ptr = &k; printf("%d",*ptr); }
Which is best book for data structures in c?
what is c programming?
int main(){ float f=8.0; if(f==8.0) printf("good"); else printf("bad"); } what is the answere and explain it?
what is the function of .h in #include<stdio.h> in c ?
23 Answers HCL, IBM, Wipro,
can we change the default calling convention in c if yes than how.........?