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

Answer Posted / rudresh

java doesn't have acronym...its just a symbol of cofee cup....

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are volatile variables in c?

525


What is use of null pointer in c?

573


What are identifiers c?

569


Tell us two differences between new () and malloc ()?

617


the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b

1908






Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant

671


Why is it important to memset a variable, immediately after allocating memory to it ?

1557


What do you mean by keywords in c?

632


What is the difference between a string and an array?

711


What is string length in c?

618


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. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures

2747


What does the c in ctime mean?

573


What is pointer to pointer in c?

636


a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list

634


provide an example of the Group by clause, when would you use this clause

1711