what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / ashok kumar sahoo
Junction Actually Virtual Application.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Explain how do you sort filenames in a directory?
What is double pointer?
How many types of operator or there in c?
What is "Hungarian Notation"?
How do you declare a variable that will hold string values?
What is the purpose of type declarations?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
What is logical error?
What is wrong with this code?
What is conio h in c?
How can you pass an array to a function by value?
What is the difference between exit() and _exit() function in c?
Which is an example of a structural homology?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
How does normalization of huge pointer works?