what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / pradeepthi bonthala
Java is not an acroynm its a coffee seed which they used in
coffee while designing java software so they named it as
java
| Is This Answer Correct ? | 624 Yes | 188 No |
Post New Answer View All Answers
Ow can I insert or delete a line (or record) in the middle of a file?
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
Explain what is the difference between a free-standing and a hosted environment?
What are the modifiers available in c programming language?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is use of #include in c?
Explain about the functions strcat() and strcmp()?
What is the explanation for modular programming?
How can I avoid the abort, retry, fail messages?
Is that possible to add pointers to each other?
Can you write the algorithm for Queue?
How can I split up a string into whitespace-separated fields?
Explain 'far' and 'near' pointers in c.
Explain why can’t constant values be used to define an array’s initial size?
When can a far pointer be used?