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 / pradeepthi bonthala

Java is not an acroynm its a coffee seed which they used in
coffee while designing java software so they named it as
java

Is This Answer Correct ?    624 Yes 188 No

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

Answer / momin iqbal

J A V A stands for JUST ANOTHER VIRTUAL ACCELERATOR.
THIS IS USED FOR BUILDING THE APPLICATIONS...

Is This Answer Correct ?    529 Yes 265 No

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

Answer / vivek upreti

java is a pure object oriented language.It is very friendly
language. Every body easily understand. It is plateform
indepandent.

Is This Answer Correct ?    329 Yes 143 No

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

Answer / valsala shukla

JAVA is a language , the idea comes from coffe seed

Is This Answer Correct ?    245 Yes 108 No

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

Answer / nithya

THERE IS NO FULL FORM FOR JAVA. JAVA IS AN NAME OF COFFEE
SEED

Is This Answer Correct ?    197 Yes 96 No

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

Answer / phoenixink

Naturally Java is a seed of coffee.
But technologically Java is a language or a written programme used to launch some interactive internet applications.

Is This Answer Correct ?    169 Yes 70 No

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

Answer / saikiran

java is a purely oriented language. it is used to develop the applications. it is plat form independent.but java has no full form.

Is This Answer Correct ?    110 Yes 39 No

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

Answer / manoj mudaliyar

'JAVA' as the name sounds a special meaning but actually it
doesn't consists of any abbreviation.
'JAVA' is a 'aromatic coffee seed' which the developers
used while designing java software. And also , 'Javanese'
is a language used by Indosenian to interact with people.
Many people thing 'JAVA' is same as 'Javanese' language but
it is absolutely wrong. It's a totally different language.
'JAVA' is a purely OOP(Object Oriented Programming
Language) which is versionable, portable and supports
interoperability.

Is This Answer Correct ?    97 Yes 39 No

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

Answer / p mangaraju

no meaning actuaaly

Is This Answer Correct ?    224 Yes 170 No

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

Answer / tom cruise

just another vague acronym..... this is the original answer
given by gosling james

Is This Answer Correct ?    84 Yes 54 No

Post New Answer

More C Interview Questions

Explain what are binary trees?

0 Answers  


There are N egg baskets and the number of eggs in each basket is a known quantity. Two players take turns to remove these eggs from the baskets. On each turn, a player must remove at least one egg, and may remove any number of eggs provided they all belong to the same basket. The player picking the last egg(s) wins the game. If you are allowed to decide who is going to start first, what mathematical function would you use to decide so that you end up on the winning side? Upload a C program to demonstrate the behaviour of the game.

2 Answers  


What are the different types of C instructions?

0 Answers   InterGraph,


Why the use of alloca() is discouraged?

2 Answers   Oracle,


#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }

3 Answers  






Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 2. Enter alphanumeric characters and form 2 array alphaets and digits.Also print the count of each array.

0 Answers  


With the help of using classes, write a program to add two numbers.

0 Answers   TCS,


How can I access a memory located at certain address?

2 Answers   CSC,


Why c is procedure oriented?

0 Answers  


what defference between c and c++ ?

6 Answers  


please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code

0 Answers   Mind Tree,


How does struct work in c?

0 Answers  


Categories