In somatic cell cycle DNA synthesis takes place in .(a) G1 phase (b) prophase of mitosis (c) s- phase (d) G2 phasepublic static void main(String args[]) {short number = 32767;short number=32767;short numberTwo=(short)(number+1);System.out.println(numberTwo);}
What will be the output of the following Java code?class increment { public static void main(String args[]) { int g = 3; System.out.print(++g * 8); } }var x=0;for(x;x10;x++);console.log(x);