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 |
What is the Lvalue and Rvalue?
How can I call a function with an argument list built up at run time?
What is c value paradox explain?
How can you be sure that a program follows the ANSI C standard?
How do you write a program which produces its own source code as its output?
Explain the differences between public, protected, private and internal.
Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?
How can I allocate arrays or structures bigger than 64K?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What is the acronym for ansi?
what is the difference between NULL & NUL keywords in C?