what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / rudresh
java doesn't have acronym...its just a symbol of cofee cup....
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is operator promotion?
Explain what is wrong with this program statement?
regarding pointers concept
What is declaration and definition in c?
What do you understand by normalization of pointers?
What does c in a circle mean?
What are c preprocessors?
Is fortran still used today?
Why are algorithms important in c program?
What is scanf_s in c?
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is f'n in math?
What are file streams?
void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }
Why enum is used in c?