How Array List can be Serialized.

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


Please Help Members By Posting Answers For Below Questions

What does main method?

768


How to create an interface?

817


What is java developer skills?

726


What is difference between public static and void?

683


What do you understand by Header linked List?

806


Tell us something about different types of casting?

697


What is :: operator in java?

699


why are there separate wait and sleep methods? : Java thread

767


What is the hashcode () and equals () used for?

731


What is difference between filereader and bufferedreader?

713


What is a void method?

694


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.

1775


Explain about oops concepts.

851


What are the different types of collections in java?

720


Why can't we override private static methods?

715