what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / glory
Just Another Virtual Acronic (JAVA). The two friends named this programming language java while taking a cup of coffee. believing its a suitable name for a high level programming language and since then it has not been changed.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What is the difference between procedural and functional programming?
There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?
Why do we need arrays in c?
Is null always equal to 0(zero)?
why do some people write if(0 == x) instead of if(x == 0)?
What is the role of && operator in a program code?
Can static variables be declared in a header file?
Why do we use & in c?
Explain the properties of union.
Explain #pragma statements.
Explain what is the benefit of using const for declaring constants?
Explain 'far' and 'near' pointers in c.
What is the explanation for cyclic nature of data types in c?
What are different types of operators?
Where in memory are my variables stored?