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


Please Help Members By Posting Answers For Below Questions

How is a null pointer different from a dangling pointer?

657


Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above

756


What is a void pointer in c?

709


How can I implement a delay, or time a users response, with sub-second resolution?

722


How is a macro different from a function?

741






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.

1868


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

711


What is the difference between #include

and #include “header file”?

640


What are terms in math?

682


Why main function is special give two reasons?

1049


What is the use of bitwise operator?

775


how can use subset in c program and give more example

1579


Write a program to find the biggest number of three numbers in c?

690


What is typedef struct in c?

687


What’s a signal? Explain what do I use signals for?

720