what is the meaning of java that is (J A V A) full form of
JAVA

Answer Posted / srikanth kothakonda

java is an object oriented programming language . invented by james gosling

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does the file stdio.h contain?

794


What is the meaning of c in c language?

800


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2126


How pointers are declared?

719


a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list

821


Is null equal to 0 in sql?

857


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.

2002


What does node * mean?

948


Does c have class?

822


Can we access array using pointer in c language?

835


Explain bit masking in c?

885


What is meant by type casting?

812


What is oops c?

838


write a program for the normal snake games find in most of the mobiles.

1998


Why doesnt this code work?

798