How can you traverse a linked list in java?


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

Post New Answer

More Core Java Interview Questions

Is it possible to make an array volatile?

4 Answers  


Implement a stack with push (), pop() and min() in O(1) time.

0 Answers   Amazon,


what is inner class?

6 Answers   HCL,


Can java run on google chrome?

0 Answers  


What is the different types of functions?

0 Answers  


What is space character in java?

0 Answers  


How many types of methods are there?

0 Answers  


For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.

0 Answers  


What is the use of generics? When was it added to the Java development Kit?

0 Answers   Impetus,


Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?

0 Answers   Genpact,


When should we create our own custom exception classes?

0 Answers  


What is anonymous class?

2 Answers  


Categories