what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / 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 |
Post New Answer View All Answers
What is sizeof in c?
Can a function argument have default value?
Where are local variables stored in c?
What is the difference between array and structure in c?
Where can I get an ansi-compatible lint?
Does c have enums?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Explain union.
Is c high or low level?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What is oops c?
What is a file descriptor in c?
write a program using linked list in which each node consists of following information. Name[30] Branch Rollno Telephone no i) Write the program to add information of students in linked list
Write a c program to demonstrate character and string constants?
I came across some code that puts a (void) cast before each call to printf. Why?