what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / saroj
java is Object oriented programming language which is develop by James Gosling at Sun Microsystems. There is no full form of java.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are pointers really good for, anyway?
#include
using for loop sum 2 number of any 4 digit number in c language
What does %2f mean in c?
Did c have any year 2000 problems?
How can I read in an object file and jump to locations in it?
How can I recover the file name given an open stream or file descriptor?
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
What are the advantages of c language?
How to write a code for implementing my own printf() and
scanf().... Please hep me in this... I need a guidance...
Can you give an coding for c... Please also explain about
the header files used other than #include
What is wrong with this code?
What is the default value of local and global variables in c?
Difference between Function to pointer and pointer to function
Tell us something about keyword 'auto'.
why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above