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
What are the properties of union in c?
Can I initialize unions?
Write a simple code fragment that will check if a number is positive or negative.
How would you use the functions fseek(), freed(), fwrite() and ftell()?
write a c program to print the next of a particular no without using the arithmetic operator or looping statements?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
write a program to rearrange the array such way that all even elements should come first and next come odd
What is the newline escape sequence?
How can you call a function, given its name as a string?
What is mean by data types in c?
What is structure in c explain with example?
Can a program have two main functions?
How can you increase the allowable number of simultaneously open files?
When should the const modifier be used?
What is a lookup table in c?