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

Answer Posted / aarti

Actually according to me Java is the name of an island.Firstally the name of JAVA is an oak.The inventors of JAVA was very fond of coffee.So, they gives it name'java' to an 'Oak'.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between null pointer and void pointer.

673


What is the use of parallelize in spark?

576


What standard functions are available to manipulate strings?

563


What is the purpose of ftell?

601


What is the difference between typedef struct and struct?

602






`write a program to display the recomended action depends on a color of trafic light using nested if statments

1633


How many bytes are occupied by near, far and huge pointers (dos)?

674


main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above

615


What functions are in conio h?

661


Explain is it valid to address one element beyond the end of an array?

736


The purpose of this exercise is to benchmark file writing and reading speed. This exercise is divided into two parts. a). Write a file character by character such that the total file size becomes approximately >10K. After writing close the file handler, open a new stream and read the file character by character. Record both times. Execute this exercise at least 4 times b). Create a buffer capable of storing 100 characters. Now after generating the characters, first store them in the buffer. Once the buffer is filled up, store all the elements in the file. Repeat the process until the total file size becomes approximately >10K.While reading read a while line, store it in buffer and once buffer gets filled up, display the whole buffer. Repeat the exercise at least 4 times with different size of buffer (50, 100, 150 …). Records the times. c). Do an analysis of the differences in times and submit it in class.

1635


How can my program discover the complete pathname to the executable from which it was invoked?

660


What do you mean by invalid pointer arithmetic?

637


What is the size of empty structure in c?

595


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

559