what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / manoj mudaliyar
'JAVA' as the name sounds a special meaning but actually it
doesn't consists of any abbreviation.
'JAVA' is a 'aromatic coffee seed' which the developers
used while designing java software. And also , 'Javanese'
is a language used by Indosenian to interact with people.
Many people thing 'JAVA' is same as 'Javanese' language but
it is absolutely wrong. It's a totally different language.
'JAVA' is a purely OOP(Object Oriented Programming
Language) which is versionable, portable and supports
interoperability.
| Is This Answer Correct ? | 97 Yes | 39 No |
Post New Answer View All Answers
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
what is the difference between 123 and 0123 in c?
Program to find the sum of digits of a given number until the sum becomes a single digit. (e.g. 12345=>1+2+3+4+5=15=>1+5=6)
What is malloc and calloc?
Explain low-order bytes.
Which are low level languages?
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
what is a function method?give example?
What are lookup tables in c?
Can you please compare array with pointer?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is hashing in c?
What is the code for 3 questions and answer check in VisualBasic.Net?
When is a “switch” statement preferable over an “if” statement?
What is #include cctype?