Question: Q2. Short answer (Valid/lnvalid) Indicate whether the following code segments are valid or invalid. Each code segment will public class Test public int p; private

Q2. Short answer (Valid/lnvalid) Indicate whether the following code segments are valid or invalid. Each code segment will public class Test public int p; private void print (O public void printAll O public class TestDriver public static void main (String[] args) /*CODE SEGMENT print private float ki replace /* CODE SEGMENT in TestDriver. Consider each code segment individually I. Test t1 new Test(); VALID INVALID t1.p = 100; II. Test t2 new Test(); VALID INVALID t2.print(); 111. VALID INVALID Test t3 new Test(); t3.printAll(); IV. Test t4- new TestDriver; VALID INVALID t4.printA11); V. Test t5-new Test(); VALID INVALID t5.k 100 ; VI Test.printAll(); VALID INVALID
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
