how will you write a program on linked lists using JAVA
programming???????????



how will you write a program on linked lists using JAVA programming???????????..

Answer / kaushal

use the java.util class for link lists program

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Interview Questions

enum { SUNDAY, MONDAY, TUESDAY, }day; main() { day =20; printf("%d",); getch(); } what will be the output of the above program

1 Answers  


program to find the roots of a quardratic equation

1 Answers  


When is a “switch” statement preferable over an “if” statement?

0 Answers  


write a program that will print %d in the output screen??

9 Answers   Infosys,


What does != Mean in c?

0 Answers  






what is use of malloc and calloc?

0 Answers  


How is null defined in c?

0 Answers  


What are predefined functions in c?

0 Answers  


How can this be legal c?

0 Answers  


write a c program to find reminder and quotient if one number is divided by other.to code this program don't use more than 2 variables

2 Answers   TCS,


how to execute with out main in cprogram

15 Answers   Infosys,


struct tag{ auto int x; static int y; };main() { struct tag s; s.x=4; s.y=5; printf(ā€œ%dā€,s.x); }

2 Answers   Vector,


Categories