what is the meaning of java that is (J A V A) full form of
JAVA

Answer Posted / naveen

java comes from coffee.its very hard to learn.if u want to
do coffee lern java

Is This Answer Correct ?    19 Yes 57 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between a for loop and a while loop? What are it uses?

897


What are the types of data files?

914


What is the difference between new and malloc functions?

801


Is c high or low level?

773


Why should I prototype a function?

824


What is a floating point in c?

795


When is a “switch” statement preferable over an “if” statement?

849


FILE *fp1,*fp2; fp1=fopen("one","w") fp2=fopen("one","w") fputc('A',fp1) fputc('B',fp2) fclose(fp1) fclose(fp2)} a.error b. c. d.

1507


Write an efficient algo and C code to shuffle a pack of cards.. this one was a feedback process until we came up with one with no extra storage.

850


What is the difference between a string and an array?

904


A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile

849


What is the difference between int main and void main?

773


Is c call by value?

795


Explain how does free() know explain how much memory to release?

763


Explain how can I avoid the abort, retry, fail messages?

797