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

Answer Posted / kaushal

use the java.util class for link lists program

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is binary tree in c?

832


What is a pointer value and address in c?

814


Explain Function Pointer?

884


What is assert and when would I use it?

760


Is c compiled or interpreted?

877


What are the 5 data types?

772


What is the use of header files?

814


What is the significance of scope resolution operator?

1110


Can we assign string to char pointer?

798


How can I delete a file?

814


What is the right type to use for boolean values in c? Is there a standard type?

781


Which header file is essential for using strcmp function?

1173


What is use of null pointer in c?

737


void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply

2496


How to find a missed value, if you want to store 100 values in a 99 sized array?

1070