what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / saroj
java is Object oriented programming language which is develop by James Gosling at Sun Microsystems. There is no full form of java.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is a null pointer different from a dangling pointer?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What is a void pointer in c?
How can I implement a delay, or time a users response, with sub-second resolution?
How is a macro different from a function?
Sir,please help me out with the code of this question. Write an interactive C program that will encode or decode multiple lines of text. Store the encoded text within a data file, so that it can be retrieved and decoded at any time. The program should include the following features: (a) Enter text from the keyboard, encode the text and store the encoded text in a data file. (b) Retrieve the encoded text and display it in its encoded form. (c) Retrieve the encoded text, decode it and then display the decoded text. (d) End the computation. Test the program using several lines of text of your choice.
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is the difference between #include
What are terms in math?
Why main function is special give two reasons?
What is the use of bitwise operator?
how can use subset in c program and give more example
Write a program to find the biggest number of three numbers in c?
What is typedef struct in c?
What’s a signal? Explain what do I use signals for?