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: ##/###/####
_____________________________________________________________________________________
Assignment-2
- What are the access specifiers available in java? Explain each of them. State which of these can be applied to a class and which can be applied to a member of a package.
- What is method overloading and overriding in java? Explain with example.
- What is interface? Explain with example.
- Explain -classpath and –d option of javac with example.
- What is String Buffer? Explain any 5 methods of String Buffer Class with syntax and example.
- What is pass by value and pass by reference in java? Explain with example.
- What are wrapper classes? Explain all in detail.
- Explain Comparable and Comparator interfaces.
- What is Exception handling? Explain types of exception available in java?
- Explain following keywords in detail.
- abstract
- final
- super
- this
- try
- catch
- throw
- throws
- finally