what is the meaning of java that is (J A V A) full form of
JAVA

Answers were Sorted based on User's Feedback



what is the meaning of java that is (J A V A) full form of JAVA..

Answer / ankit kumar gupta

java is veray important constraction.

Is This Answer Correct ?    2 Yes 2 No

what is the meaning of java that is (J A V A) full form of JAVA..

Answer / srikanth kothakonda

java is an object oriented programming language . invented by james gosling

Is This Answer Correct ?    1 Yes 1 No

what is the meaning of java that is (J A V A) full form of JAVA..

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

what is the meaning of java that is (J A V A) full form of JAVA..

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

what is the meaning of java that is (J A V A) full form of JAVA..

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

what is the meaning of java that is (J A V A) full form of JAVA..

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

what is the meaning of java that is (J A V A) full form of JAVA..

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

what is the meaning of java that is (J A V A) full form of JAVA..

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

what is the meaning of java that is (J A V A) full form of JAVA..

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 meaning of java that is (J A V A) full form of JAVA..

Answer / israth

it has actually no meaning to describe

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

what is a void pointer?

2 Answers  


#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } what will happen if you executed this code?

4 Answers   Ramco,


can v write main() { main(); } Is it true?

6 Answers  


What are the different types of C instructions?

0 Answers   InterGraph,


C program to find all possible outcomes of a dice?

0 Answers  






Apart from dennis ritchie who the other person who contributed in design of c language.

0 Answers  


write C code to reverse a string such that if i/p is "abc defg hij klmno pqrs tuv wxyz" and the o/p should be "cba gfed jih onmlk srqp vut zyxw"

2 Answers  


How do you do dynamic memory allocation in C applications?

0 Answers  


A program to allow an input operand and operator from the operator and read on the display and output operand.

0 Answers  


Describe newline escape sequence with a sample program?

0 Answers  


main() { int i=400,j=300; printf("%d..%d"); }

13 Answers   ME,


How can I remove the leading spaces from a string?

0 Answers  


Categories