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

Answer Posted / vinod designer

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 ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of getchar() function?

634


which is an algorithm for sorting in a growing Lexicographic order

1401


What language is lisp written in?

622


Did c have any year 2000 problems?

660


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1534






What is the scope of local variable in c?

582


What is meant by type specifiers?

663


Why is c fast?

612


What is the value of uninitialized variable in c?

578


Explain the difference between ++u and u++?

642


What is difference between scanf and gets?

616


Can a file other than a .h file be included with #include?

688


What is sorting in c plus plus?

568


What are the 5 organizational structures?

571


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

650