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

consider the following C code main() { int i=3,x; while(i>0) { x=func(i); i--; } int func(int n) { static sum=0; sum=sum+n; return(sum); } the final value of x is

4 Answers   TCS,


What do you mean by keywords in c?

0 Answers  


The operation of a stair case switch best explains the a) or operation b) and operation c)exclusive nor operation d)exclusive or operation Which of the following is/are syntactically correct? a) for(); b) for(;); c) for(,); d) for(;;);

1 Answers   HCL, Public Service Commission,


what is difference between c and c++

4 Answers  


write c program without semicolon

11 Answers   MindTech, TCS, Wipro,


Why do we use int main instead of void main in c?

0 Answers  


What are type modifiers in c?

0 Answers  


What are the 5 types of inheritance in c ++?

0 Answers  


write a program in 'c' to find the value of p[i+1]^n.p,i,n are arguments of a macro and n is a integer

1 Answers  


int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?

6 Answers   TCS,


Is it possible to run using programming C for Java Application?

2 Answers   NIC,


Program to display given 3 integers in ascending order

1 Answers   N Tech,


Categories