what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / avni parakh
Java is just an ideal name originated from coffee
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What does node * mean?
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.
Write a program to print "hello world" without using a semicolon?
Can you mix old-style and new-style function syntax?
A program is required to print your biographic information including: Names, gender, student Number, Cell Number, line of study and your residential address.
Which is an example of a structural homology?
Explain what is the benefit of using enum to declare a constant?
How can I manipulate individual bits?
What is class and object in c?
Write the control statements in C language
What is the difference between #include
Find duplicates in a file containing 6 digit number (like uid) in O (n) time.
What is "Hungarian Notation"?
What are linker error?
What is the explanation for modular programming?