what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / mr.p dude
java could also be interpreted as the names of the creators:
J ames Gosling
A rthur
V on Hoff
A ndy Bechtolstein
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is #define used?
Is it valid to address one element beyond the end of an array?
write a sorting prgm to sort 50 nos and sum them and also remove all the occurrences of 15 and print it?
What is the function of this pointer?
Explain about the constants which help in debugging?
Write a client and server program in C language using UDP, where client program interact with the Server as given below: i) The client begins by sending a request to send a string of 8 characters or series of 7 numbers, the server sends back a characters or numbers as per the request of the client. ii) In case of series of 7 numbers: The client sends a multiplication of numbers, to the server. iii) In case of a string of 8 characters: The client sends a reverse order of string to the server.. iv) Server will send an acknowledgment to the client after receiving the correct answer
Explain how do you determine a file’s attributes?
What are predefined functions in c?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
Is that possible to add pointers to each other?
When should you not use a type cast?
#define PRINT(int) printf("int = %d ",int) main() {< BR> intx,y,z; x=03;y=02;z=01; PRINT(x^x); z<<=3;PRINT(x); y>>=3;PRINT(y); }
What does #pragma once mean?
What is return type in c?