what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / saroj
java is Object oriented programming language which is develop by James Gosling at Sun Microsystems. There is no full form of java.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the difference between a free-standing and a hosted environment?
What is a MAC Address?
Are enumerations really portable?
Explain what does it mean when a pointer is used in an if statement?
Are negative numbers true in c?
Define circular linked list.
write a program in c language to print your bio-data on the screen by using functions.
What is the difference between struct and typedef struct in c?
how to find binary of number?
What does the c in ctime mean?
why programs in c are running with out #include
Can you please compare array with pointer?
What is static function in c?
What is the difference between %d and %i?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;