what is the meaning of java that is (J A V A) full form of
JAVA
Answer Posted / jaya prakash.b
JAVA means "Just Another Virtual Architecture "
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers
Explain how do you list a file’s date and time?
Which is better malloc or calloc?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
What are identifiers and keywords in c?
What are the two types of structure?
How can I manipulate individual bits?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
Why is structure important for a child?
What is difference between static and global variable in c?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
What is the process of writing the null pointer?
What are the characteristics of arrays in c?
What is the difference between a string and an array?
Do you know the use of 'auto' keyword?