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

Java Concepts and Features Explained

This document outlines an assignment for MCA-I students focused on Java programming, detailing various questions related to Java concepts such as features, flavors, JVM, constructors, classes, interfaces, method overloading, recursion, cloning, and inheritance. It also includes short note topics on garbage collection, finalize method, static, super, and native methods. The assignment is due on September 25, 2023.

Uploaded by

garjenilesh5858
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)
10 views1 page

Java Concepts and Features Explained

This document outlines an assignment for MCA-I students focused on Java programming, detailing various questions related to Java concepts such as features, flavors, JVM, constructors, classes, interfaces, method overloading, recursion, cloning, and inheritance. It also includes short note topics on garbage collection, finalize method, static, super, and native methods. The assignment is due on September 25, 2023.

Uploaded by

garjenilesh5858
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

Subject -Java

Class: MCA-I Assignment: -1 Division - C & D Submmit:25/09/2023


Q1 What is Java? Explain Features of Java.

Q2 Explain Flavours of Java.


Q3 Why is the need of JVM in execution of any java program? Discuss the structure of any
Java Program.

Q4 What is Constructor? Explain Types of Java constructors?

Q5 What is Nested and Inner Classes and Types of Nested and Inner Classes.

Q6 Explain Abstract class & Abstract method in Java with example.

Q7 Explain Interface in java with Example.


Or
Explain Multiple Inheritance in java by using Interface.

Q8 Explain the difference between interface and Abstract Class with Example.

Q9 Explain Method Overloading with Example.

Q10 What is Recursion? Explain types of Recursion.

Q11 What is Cloning Objects? Type of cloning Objects. Differences Between Shallow Copy
and Deep Copy.

Q12 Explain Inheritance and Types of Inheritance.

Q13 Short Note

a) Garbage Collection.

b) finalize() Method.

c) Static

d) Super

e) native Method

Prof. Amurata deshmukh

You might also like