what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / uma
java is fully object oriented language and it is platform independent but somebody says that java is a coffee seed.If you know the correct answer please post your answer.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate call by value and call by reference?
c language interview questions & answer
Why we use break in c?
What does volatile do?
Explain the use of fflush() function?
Is it acceptable to declare/define a variable in a c header?
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
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 ].
How can I read/write structures from/to data files?
How do you define CONSTANT in C?
What does static variable mean in c?
code for quick sort?
Where can I get an ansi-compatible lint?
What is a union?
What are header files and what are its uses in C programming?