what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / vijay rahul
java stand for.. JUST ANOTHER VIRTUAL ACCELATOR..\
THIS USE FOR BULDING THE APPLICATION..
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between array and linked list in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What are the types of pointers in c?
What is a scope resolution operator in c?
the real constant in c can be expressed in which of the following forms a) fractional form only b) exponential form only c) ascii form only d) both a and b
Explain about the functions strcat() and strcmp()?
Who invented b language?
Write a program to show the change in position of a cursor using c
Why header file is used in c?
write a program to copy the string using switch case?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
differentiate built-in functions and user – defined functions.
How do you override a defined macro?
Why void main is used in c?
What is memcpy() function?