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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the 4 types of organizational structures?

625


Is there sort function in c?

578


What are the types of data files?

729


A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?

1511


What header files do I need in order to define the standard library functions I use?

539






What is wrong in this statement?

606


What is getch () for?

678


Write a program to reverse a given number in c language?

620


Is a house a shell structure?

697


1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.

2337


Write a c program to build a heap method using Pointer to function and pointer to structure ?

4179


What are the types of functions in c?

572


How can I direct output to the printer?

813


What is the difference between volatile and const volatile?

565


string reverse using recursion

1812