what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / srikanth kothakonda
java is an object oriented programming language . invented by james gosling
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Difference between Function to pointer and pointer to function
What is the difference between malloc() and calloc()?
What is a built-in function in C?
What is the meaning of c in c language?
What is array in c with example?
Why is c so important?
Why structure is used in c?
How many bytes are occupied by near, far and huge pointers (dos)?
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
How do you use a pointer to a function?
Write a C program to count the number of email on text
how to make a scientific calculater ?
What are the general description for loop statement and available loop types in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
How can I direct output to the printer?