what is the meaning of java that is (J A V A) full form of
JAVA

Answer Posted / yogesh sharma

javanese architecture virual accelerator

Is This Answer Correct ?    41 Yes 39 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can you mix old-style and new-style function syntax?

666


How to delete a node from linked list w/o using collectons?

2092


Why does this code crash?

623


Why malloc is faster than calloc?

594


Explain bit masking in c?

642






What is the concatenation operator?

614


Disadvantages of C language.

664


Can we declare variable anywhere in c?

539


Explain spaghetti programming?

684


What is static memory allocation?

611


.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }

712


Difference between pass by reference and pass by value?

660


What are different types of operators?

600


How do I copy files?

625


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

839