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
What is difference between scanf and gets?
What is a newline escape sequence?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
Why structure is used in c?
Why should I prototype a function?
What are inbuilt functions in c?
What is the difference between far and near in c?
Why are algorithms important in c program?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
How can I change their mode to binary?
write a C program: To search a file any word which starts with ?a?. If the word following this ?a? starts with a vowel.Then replace this ?a? with ?a? with ?an?. redirect with the output onto an output file.The source file and destination file are specified by the user int the command line.
What is array of pointers to string?
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above