Question: Given a class C , and method doSth ( ) is defined as public method in class C . What will happen when following code

Given a class C, and method doSth() is defined as public method in class C.
What will happen when following code is compiled and executed.
Ca= null;
a.doSth();
The method will be executed
Program crash during running
The method call will be skipped
Syntax error
Given a class C , and method doSth ( ) is defined

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!