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
What is a null pointer in c?
Who is the main contributor in designing the c language after dennis ritchie?
Define the scope of static variables.
What is the advantage of using #define to declare a constant?
Can we declare function inside main?
How can I invoke another program or command and trap its output?
When should the const modifier be used?
Does c have an equivalent to pascals with statement?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
write a program to copy the string using switch case?
How are portions of a program disabled in demo versions?
What are multidimensional arrays?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What is "Duff's Device"?
Why is c called c?