Answer Posted / ravikiran
Exception is an abnormal condition occured at runtime.
Error is the one which is of runtime exception type,theat
what we cann't declare in throws clause.
| Is This Answer Correct ? | 33 Yes | 29 No |
Post New Answer View All Answers
What is api in java?
Can I overload to string method
Can singleton class be inherited in java?
What is equlas() and hashcode() contract in java? Where does it used?
What is the arraylist in java?
How many bytes are there?
What is the symbol for space?
What is Recursion Function?
What is a class instance variable?
What is difference between this and super keyword?
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.
Can memory leak happen java?
Is there any tag in htm to upload and download files?
What does java se mean?
What happens if constructor is private?