what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / prasenjit das
there is no meaning of JAVA. But technologically Java is a language or a written programme used to launch some interactive internet applications.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is string in c language?
how many errors in c explain deply
How do I send escape sequences to control a terminal or other device?
Explain what is the best way to comment out a section of code that contains comments?
Explain what are the __date__ and __time__ preprocessor commands?
Is main a keyword in c?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
In c programming language, how many parameters can be passed to a function ?
What is the hardest programming language?
Explain what is operator promotion?
When a c file is executed there are many files that are automatically opened what are they files?
What are pointers in C? Give an example where to illustrate their significance.
explain what is fifo?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions