what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / divine
Yes, it is JUST ANOTHER VIRTUAL ACCELERATOR
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
Is void a keyword in c?
What are the usage of pointer in c?
Is there a built-in function in C that can be used for sorting data?
Without Computer networks, Computers will be half the use. Comment.
Write a program which returns the first non repetitive character in the string?
how do you programme Carrier Sense Multiple Access
Is it possible to execute code even after the program exits the main() function?
What is line in c preprocessor?
What is console in c language?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What do you know about the use of bit field?
What are the two types of functions in c?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is function and its example?