Answer Posted / javachi
To have serialized array list, we need to implement the serializable interface.
Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What does main method?
How to create an interface?
What is java developer skills?
What is difference between public static and void?
What do you understand by Header linked List?
Tell us something about different types of casting?
What is :: operator in java?
why are there separate wait and sleep methods? : Java thread
What is the hashcode () and equals () used for?
What is difference between filereader and bufferedreader?
What is a void method?
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.
Explain about oops concepts.
What are the different types of collections in java?
Why can't we override private static methods?