What will be the output of the program?class PassA { public static void main(String [] args) { PassA p = new PassA(); p.start(); } void start() { long [] a1 = {3,4,5}; long [] a2 = fix(a1); System.out.print(a1[0] + a...
See more
Download the Study24x7 App, so you can connect and collaborate.