Java Basic Practice Test-2

In how many way we can create the java object?

Is Java platform Independent?

What is parent class of all java classes?

Does Java support multiple inheritance?

Can you access non static variable in static context?

Can i have multiple main method in same class?

What type of parameter passing does java support?

What is the numerical range of a char data type in java?

Local variables survive with default values.

Where will be declare local variable?