string is a primitive data type arrays.copyof() can be used to make a true copy of an array. a class cannot overload its constructors. a method can change the contents of the original variable passed to it. original refers to the variable in the code calling the method (and not the variable local to the method). a try block can only have one catch block following it. wrapper classes provide a way to use primitive data types as objects. an abstract class cannot have non-abstract methods. an interface can implement another interface. a finally block is always executed regardless of whether an exception is thrown. a class can have only one constructor
Please explain 5-10 & check whether 1-5 is all false.