what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / vemuri.v.n.sandeep kumar
JAVA MEANS TO DEVELOP OR GIVE MORE POWERS TO AN APPLICATION WHICH IS ALREADY BUILD OR GOING TO BUILD APP
THE FULL FORM OF JAVA IS
J--- JUST
A--- ANOTHER
V--- VIRTUALIZATION
A--- APP
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
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
write a c program for swapping two strings using pointer
What is the difference between Printf(..) and sprint(...) ?
Implement bit Array in C.
How do you define CONSTANT in C?
write a program to concatenation the string using switch case?
What are void pointers in c?
What is advantage of pointer in c?
What is the argument of a function in c?
Tell me when is a void pointer used?
How can I split up a string into whitespace-separated fields?
write a program fibonacci series and palindrome program in c
Why do we use main function?
Explain what is the difference between the expression '++a' and 'a++'?
What are extern variables in c?