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
Explain the difference between getch() and getche() in c?
Which is better between malloc and calloc?
If jack lies on Mon, Tue Wed and jill lies on Thursday, Friday and Saturday. If both together tell they lied yesterday. So c the given options and then c cos in the given dates one will be saying the truth and one will be lying. I got Thursday as option because jack is saying the truth he lied yest but jill is lying again as he lies on that day.
Why do we need arrays in c?
Why doesnt the call scanf work?
Why we not create function inside function.
Explain what is wrong in this statement?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Explain about block scope in c?
Why we use int main and void main?
Explain what does the format %10.2 mean when included in a printf statement?
Do string constants represent numerical values?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What are the __date__ and __time__ preprocessor commands?
What is typeof in c?