Question: In the class Test there is a method testFunc ( ) . If we invoke testFunc ( ) as following: int a = Test.testFunc (
In the class Test there is a method testFunc If we invoke testFunc as following:
int a Test.testFunc;
and do not get any syntax error then this indicates that:
testFunc is:Answer Question instancefinalstaticnon static
the return type of testFunc is :Answer Question doubleStringObjectintchar
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
