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

What are the loops in c?

0 Answers  


Why clrscr is used after variable declaration?

0 Answers  


Write a function in c to find the area of a triangle whose length of three sides is given.

2 Answers  


What is the difference between union and structure in c?

0 Answers  


What are the functions to open and close the file in c language?

0 Answers  






If I have a char * variable pointing to the name of a function ..

0 Answers  


What is nested structure with example?

0 Answers  


Why array starts with index 0

2 Answers  


In how much time you will write this c program? Prime nos from 1 to 1000

2 Answers   TCS,


i=10,j=20 j=i,j?(i,j)?i:j:j print i,j

1 Answers   CSC,


Write a program in c to replace any vowel in a string with z?

0 Answers   IBS,


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


Categories