what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / rahulmac
The name java is come from name of the coffee seed...
If we have to tell anyone the full form of Java then we have to said that JUST ANOTHER VIRTUAL ACCELERATOR.
THIS IS USED FOR BUILDING THE APPLICATIONS...
Note that java is simple,secure,nd pure object oriented programming language
That's it...
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does typedef struct mean?
What are global variables?
string reverse using recursion
What is variables in c?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
What are the parts of c program?
What is 'bus error'?
What are reserved words with a programming language?
Write a program to reverse a given number in c language?
Wt are the Buses in C Language
What does the error message "DGROUP exceeds 64K" mean?
What are the advantages of using new operator as compared to the function malloc ()?
Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].
What is the purpose of realloc()?
Describe the difference between = and == symbols in c programming?