-
Difference between MVC1 and MVC2
What is the main difference between mvc1 and mvc2 and where we can predict the exact difference between them in the use of the project(architecture)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Why statement a = a++; gives different output in C++ and java ?
Because C++ solve postfix ++,-- after assignment (=) operator.
Core Java Interview Questions
Ans