0% found this document useful (0 votes)
44 views1 page

CA-105 (A) Java Pro Assignment

The document outlines an assignment for a Java programming course, listing 18 questions to be answered about core Java concepts like classes, objects, inheritance, interfaces, and more. Students must complete the assignment by answering all the questions in their notebook by October 15, 2023.

Uploaded by

patilbhushan6411
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views1 page

CA-105 (A) Java Pro Assignment

The document outlines an assignment for a Java programming course, listing 18 questions to be answered about core Java concepts like classes, objects, inheritance, interfaces, and more. Students must complete the assignment by answering all the questions in their notebook by October 15, 2023.

Uploaded by

patilbhushan6411
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CA-105(A) Java Programming (Core Java)

Assignment -1

Write the following question answers in your notebook and check it.
It is important as internal assessment.

Last date of completion- 15/10/2023

1. List and explain features of Java.


2. What is class and object?
3. Explain static method & static field with example.
4. Explain final fields, final method and final class with example.
5. Explain constructor and its types with example.
6. Explain Constructor overloading with example.
7. Explain method overloading with example.
8. What is Command Line Argument? Explain with example.
9. What is Scanner class? Explain any three method of Scanner class.
10. Discuss String class in Java with any five string functions supported by String class.
11. Explain Object as Cosmic Super class.
12. Write note on Wrapper classes in Java.
13. What is inheritance? Explain single level inheritance with example.
14. Explain use of super keyword in java with example.
15. What is an inner class? Specify reason to have an inner class.
16. Explain method overriding with example.
17. What is abstract class? Explain with example.
18. What is interface? Explain the use of interface with example.

----------------------------------------------------

You might also like