Java Basic Practice Test-5

Which is correct for float declaration?

Which is correct boolean declaration?

Which is correct character declaration?

What is default value of object?

Will the program run if we write static public void main?

Can we call a constructor of a class from inside another class?

It is possible to import same class or package multiple time in java?

Can we use this() and super() both in a constructor?