Creating Classes and their Objects in Java

Q1. Choose the correct way of creating an object of the below class. class Table{Table(){System.out.println('Table Created');}}
Q2. Attribute of an object can include information about_____.
Q3. The keyword used to create a new object in Java is ___.
Q4. An object is created at __ time in Java.
Q5. Choose the correct statements about choosing a name for a class in Java.