Java objective question All the best important question ------------------------------------------------------------------------ 1. Answer: Illegal combination of final and abstract class 2. Answer: 4 3. Answer: error: bad operand types for binary operator '==' System.out.println("Helo"+10==10); 4. Answer: error: integer number too large System.out.println(08); Q5. ==== class Nit { public static void main(String[] args) { m1(2); } public static void m1(int i) { if (i >= 0) { m1(i - 1); } System.out.println(" " + i); }} output: -1 0 1 2 ================================== Q.2 ------ ...
Logical Interview Question | Technical Interview Question | How to become a good Programmer. If you want to become good software developer, programmer than this website for you. So learn from hear logical Interview Question for MNC Company.