Monday, February 16, 2009

Presentation - 1

  1. What is Dynamic Memory Allocation (C, C++, Java)? Explain ‘new’ with example?
  2. What is object? Explain Object Instantiation Process with Example.
  3. Explain 2 uses of ‘this’ with example.
  4. What happens when (Explain with example): i) Compare 2 objects, & ii) Assign object to other object
  5. Call by value Vs Call by reference in java
  6. Object as an argument. Write a java program to add two complex numbers.
  7. static members & static block (Explain with example).
  8. Constructor calling sequence in Multilevel Inheritance
  9. Explain 2 uses of ‘super’ with example.
  10. Method Overloading & Overriding with example.
  11. 'abstract' Vs 'final'
  12. 'abstract' Vs 'interface & 'extends' Vs 'implements'
  13. Object class & its member (equals, toString, finalize,clone)
  14. Object life cycle (instantiation, using, garbage collection)

No comments:

Post a Comment