Using the proper programming techniques shown in class, which of the following methods are available on every object instance in Java (Select all that apply)?
1.getPackage()
2.equals()
3.println()
4.thread()
5.None of the answers are correct
6.hashCode()
7.implode()
8.start()
9.toString()