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

Answer Posted / tc

Java :- Javanese Analyzer Virtual Architecture

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is there a way to jump out of a function or functions?

638


What is a nested formula?

609


Why c is a mother language?

560


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

1128


How many keywords are there in c?

595






What is structure and union in c?

605


a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none

727


which is an algorithm for sorting in a growing Lexicographic order

1401


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1598


What is formal argument?

654


What is #include in c?

603


Is exit(status) truly equivalent to returning the same status from main?

589


Differentiate call by value and call by reference?

571


What are the scope of static variables?

604


Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?

581