What is the meaning of I ++ in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.

6 Answers  


What is dynamic dispatch in java?

4 Answers  


Can we create more than one object singleton class?

0 Answers  


Can we have a abstract class withought any method? What is a purspose of this?

3 Answers  


What is meant by attribute?

0 Answers  






A person says that he compiled a java class successfully without even having a main method in it? Is it possible?

0 Answers  


Can Anybody tell the diff b/w jdk1.6 and latest version.

2 Answers  


What is a byte string?

0 Answers  


Explain Global variables in Packages?

4 Answers  


How to store image in arraylist in java?

0 Answers  


int a=1; float b=1.0; System.out.println(a==b);

13 Answers   CTS, Honeywell, McAfee,


Compare overloading and overriding?

0 Answers  


Categories