Thursday, 26 July 2012

Theory Assignment - 1

Smt. R.O.Patel Women’s MCA College, Morbi
MCA 2012-13
Subject Name: Fundamentals of Java Programming (Java) - 630002                 
MCA Semester: 3                                                Submission Date: 30/July/2012
_____________________________________________________________________________________
Assignment-1

  1. Explain the features of Java.
  2. Explain how platform independence is achieved in Java.
  3. Explain the concept of data encapsulation, inheritance and polymorphism in OOP.
  4. What is an Array? Explain different types of array.
  5. Explain the narrowing, widening and the mixed conversion for numeric types in Java.
  6. Explain different types of operator in Java.
  7. Explain the use of labelled break and continue statements.
  8. Explain the use of keywords this and static.
  9. Explain the use of the finalize() method.
  10. Explain with an example, how an instance becomes eligible for garbage collection.        

Total Pageviews

Search This Blog

Write a program which performs the following operations using a simple queue. : insert() -> delete() -> display()

Write a program which performs the following operations using a simple queue. : insert() -> delete() -> display() ...