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


Please Help Members By Posting Answers For Below Questions

Differentiate call by value and call by reference?

646


c language interview questions & answer

1562


Why we use break in c?

639


What does volatile do?

654


Explain the use of fflush() function?

725






Is it acceptable to declare/define a variable in a c header?

763


Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?

778


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 ].

742


How can I read/write structures from/to data files?

636


How do you define CONSTANT in C?

754


What does static variable mean in c?

753


code for quick sort?

1710


Where can I get an ansi-compatible lint?

753


What is a union?

694


What are header files and what are its uses in C programming?

712