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 the difference between 123 and 0123 in c?
Why is sizeof () an operator and not a function?
Sir i need notes for structure,functions,pointers in c language can you help me please
What is cohesion and coupling in c?
Differentiate abs() function from fabs() function.
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. 2) the Event Manager has to send participants to the stage to perform in the order in which they registered. Write a program that will help the Event Manager know who to call to the stage to perform. The Logic should be in Data Structures
For what purpose null pointer used?
Why doesnt long int work?
program for reversing a selected line word by word when multiple lines are given without using strrev
Are the variables argc and argv are local to main?
How do I convert a string to all upper or lower case?
Explain how do you determine the length of a string value that was stored in a variable?
What is the modulus operator?
Why does everyone say not to use gets?
Can you think of a logic behind the game minesweeper.