What is the use of coding?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
0 Answers Akamai Technologies,
What is the difference between Resultset and Rowset.
What is a ?
what is generics in jdk1.5?
what is Vector class?
Inorder to specify a container?s layout, which method is used?
How do you detect memory leaks?
How to find the length and capacity of a string buffer ?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
How does a cookie work in Servlets?
How do you initialize an arraylist in java?
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }