what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / siddu g m
the developers of Java were drinking coffee while they were deciding the name of their programming language. So, they gave it the name "Java" as a slang of "Coffee".
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Can we declare variable anywhere in c?
Which is the memory area not included in C program? give the reason
What is scanf_s in c?
What is the use of getchar functions?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
What is console in c language?
Is multithreading possible in c?
Why do we use null pointer?
Can you apply link and association interchangeably?
Why is c still so popular?
What is wrong with this declaration?
Compare array data type to pointer data type
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
Explain null pointer.
What is the use of getch ()?