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 the advantages and disadvantages of pointers?
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
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What are the general description for loop statement and available loop types in c?
What are the functions to open and close the file in c language?
what do you mean by inline function in C?
What is use of #include in c?
Tell us two differences between new () and malloc ()?
What are integer variable, floating-point variable and character variable?
How can you tell whether two strings are the same?
Explain what is the benefit of using an enum rather than a #define constant?
What is the benefit of using an enum rather than a #define constant?
Is main is a keyword in c?
Write a program to swap two numbers without using third variable in c?
How can I avoid the abort, retry, fail messages?