1. Can we pass the values to reference types and vice-versa?
2. What is the difference between abstract class and interface?
3. 3-tier Architecture of any of your project.
4. What are value types and reference types?
5. Tell me something about yourself.
6. Example of value type and reference type?
7. What are datasets? Have you worked on that?
8. What is garbage collector?
9. What does acceptchanges() do in dataset?
10. MethodA with int I, value of i=10, print I, another method inherits MethodA, value of x changed in another function to 20, what will be value of i.
11. How gc works? Is there any algorithm or what?
12. What is shadowing?
13. There is a dataset? It has 6 rows like dr(1), dr(2), dr(3), dr(4), dr(5), dr(6). We have modified one row? Deleted another row? And Updated another row? How do we get to know these through code?
2. What is the difference between abstract class and interface?
3. 3-tier Architecture of any of your project.
4. What are value types and reference types?
5. Tell me something about yourself.
6. Example of value type and reference type?
7. What are datasets? Have you worked on that?
8. What is garbage collector?
9. What does acceptchanges() do in dataset?
10. MethodA with int I, value of i=10, print I, another method inherits MethodA, value of x changed in another function to 20, what will be value of i.
11. How gc works? Is there any algorithm or what?
12. What is shadowing?
13. There is a dataset? It has 6 rows like dr(1), dr(2), dr(3), dr(4), dr(5), dr(6). We have modified one row? Deleted another row? And Updated another row? How do we get to know these through code?
No comments:
Post a Comment