what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / nidhi.s
Java does have a full form. It is unknown by many people.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I make sure that my program is the only one accessing a file?
List some applications of c programming language?
What is a protocol in c?
What does a function declared as pascal do differently?
Why shouldn’t I start variable names with underscores?
What is return in c programming?
why programs in c are running with out #include
what is the function of pragma directive in c?
why return type of main is not necessary in linux
Why pointers are used?
What does c mean in standard form?
Write a program to show the change in position of a cursor using c
What are structure members?
What are header files? What are their uses?
#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); }