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
What is the use of sizeof?
What is the difference between array_name and &array_name?
What is double pointer?
Why doesnt this code work?
What is the size of enum in bytes?
How can a program be made to print the line number where an error occurs?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What is optimization in c?
What are enumerated types?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
Does * p ++ increment p or what it points to?
What is the difference between functions getch() and getche()?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
Write a program to swap two numbers without using the third variable?
`write a program to display the recomended action depends on a color of trafic light using nested if statments