How will you reverse a singly-link list?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Difference between method overloading and method overriding in java ?

0 Answers  


How does map works in java?

0 Answers  


What is a final class ?

0 Answers  


How to create a custom exception?

0 Answers  


Difference between Interface & Abstract class?

5 Answers  


Name the method that used to clear the buffer ?

2 Answers  


What is the numeric promotion?

0 Answers  


Why bytecode is called bytecode?

0 Answers  


why is S capital in System.out.println ????

6 Answers  


What are the application of stack?

0 Answers  


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


Why is an interface be able to extend more than one interface but a class can’t extend more than one class?

0 Answers  


Categories