what is the meaning of java that is (J A V A) full form of
JAVA
Answers were Sorted based on User's Feedback
Answer / naveen
java comes from coffee.its very hard to learn.if u want to
do coffee lern java
| Is This Answer Correct ? | 19 Yes | 57 No |
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
what is stack , heap ,code segment,and data segment
Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)
What is break in c?
write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.
WHO WROTE C LANGUAGE?
how can make variable not in registers
How can I access an I o board directly?
Is main a keyword in c?
program to locate string with in a string with using strstr function
simple program for virtual function?
main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }