Explain throw keyword in java?
No Answer is Posted For this Question
Be the First to Post Answer
what are the major differences between jdk1.4 and jdk1.5?
2 Answers Cap Gemini, Crimson Logic, Infosys, TCS, Tenth Planet,
What is the use of default method in interface in java? Explain
Which class cannot be a subclass in java?
What is difference between string and new string?
What is keyword and identifier?
What is the preferred size of a component?
did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???
What is collection api?
How to create com object in Java?
What is an immutable object? How do you create one in java?
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.
What is static block?