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 and method doSth is defined as public method in class
What will happen when following code is compiled and executed.
null;
adoSth;
The method will be executed
Program crash during running
The method call will be skipped
Syntax error
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
