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

Answer Posted / karthis4u

Just Another Vague Acronym

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Whats s or c mean?

593


What are the types of pointers?

602


Why calloc is better than malloc?

572


What are structures and unions? State differencves between them.

619


Explain what is a stream?

608






what do u mean by Direct access files? then can u explain about Direct Access Files?

1642


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

610


What is static memory allocation?

609


Is there any possibility to create customized header file with c programming language?

626


What are the rules for identifiers in c?

588


1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if

3982


write a program to concatenation the string using switch case?

1560


What is the easiest sorting method to use?

635


What is #include stdio h?

687


Suppose we have a table name EMP as below. We want to perform a operation in which, I want to change name ‘SMITH’ from as ‘SMITH JAIN’. Also I want to change the name of the column from ENAME to E_NAME. EMPNO ENAME JOB MGR HIREDATE SAL 7369 SMITH Coder 7902 17-DEC-80 800 7499 ALLEN SALESMAN 7698 20-FEB-81 1600 7521 WARD SALESMAN 7698 22-FEB-81 1250

1509