-
-
Output of Java Program
What is the output of the following program?class A{ public static void main(String[] s) { System.out.println(s[1] + s[2] + s[3]);}}java A 12345Options(i) 1(ii) 12(iii)1234(iv)234(v) Compilation Error
-
-
Need of Polymorphism
What is need of polymorphism in Java? What could have happen if polymorphism is not present?
-
-
-
-
-
-
Why java is not 100% object oriented language??
i have not ..asked in TCS interview ..if any one have plz answer me on er.anuj.mittal@gmail.com
-
-
-
-
-
-
MVC architecture
what is the difference between MVC1 & MVC2 in Java?
-
Adding Method in Java
Hi
I have interface in that interface 3 methods are there , after some days client said that,i want to add one more method in that interface ,so how can add 4 method so that the implemented class did not affect,
Thanks
Kalins Naik
-
-
Platform Independence
Why platform independence is needed in real world ?
-
Object Creation
In how many ways we can create an object? Explain with example.
Core Java Interview Questions
Ans