what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / ankit kumar gupta
java is veray important constraction.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the purpose of 'register' keyword in c language?
Combinations of fibanocci prime series
What is enumerated data type in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Give differences between - new and malloc() , delete and free() ?
What is static and auto variables in c?
Should I learn c before c++?
What is the difference between far and near ?
What is a constant?
What is context in c?
Which is more efficient, a switch statement or an if else chain?
can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......
Explain the concept and use of type void.
What is a rvalue?
How can I remove the leading spaces from a string?