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

Ad Java CIE-1 QB

The document is a question bank for the First Internal Assessment of the Department of Information Science & Engineering at Dayananda Sagar College of Engineering. It contains a series of programming questions focused on Java concepts, including bytecode, method overloading, constructors, access modifiers, and more. Each question prompts students to write Java programs or discuss specific Java programming features and functionalities.

Uploaded by

nahcolnt.78
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)
3 views1 page

Ad Java CIE-1 QB

The document is a question bank for the First Internal Assessment of the Department of Information Science & Engineering at Dayananda Sagar College of Engineering. It contains a series of programming questions focused on Java concepts, including bytecode, method overloading, constructors, access modifiers, and more. Each question prompts students to write Java programs or discuss specific Java programming features and functionalities.

Uploaded by

nahcolnt.78
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

DAYANANDA SAGAR COLLEGE OF ENGINEERING

(An Autonomous Institute Affiliated to VTU, Belagavi, Accredited by NAAC with ‘A’ Grade)
Shavige Malleshwara Hills, Kumaraswamy Layout, Bengaluru-560111
Department of Information Science & Engineering
First IA Question Bank.

1. Describe about Java Byte code. List and explain features of Java programming.
2. Write a java programming concept to read and display students academic
details(name, USN, sem, section, dept, college, branch). Explain each line of codes
using java comments.
3. Write a Java program to read two numbers to perform basic arithmetic expression.
4. Discuss about Method Overloading and its types.
5. Write a Java Program to illustrate about how Constructor can be overloaded.
6. Differentiate between class and instance variables?
7. How to access Instance Variables and Methods? Explain with steps
8. Write a Java program to demonstrate how to access elements of an Array.
9. Describe the difference between Type casting and Type conversion.
10. Write a Java program to demonstrate how to create reference variables.
11. Discuss how to declare Method in Java.
12. Write a Java program to demonstrate how to create Multiple objects under same
class in Java.
13. Discuss about garbage collection in Java.
14. Write a Java program to read and display employee details (name, designation,
salary, experience, expertise). Explain each line of codes using java comments.
15. Write a java program to demonstrate parameterized constructors.
16. What is the role of parameters and return values in method? Explain with example.
17. Write a Java program to explain role of “this” keyword in Java.
18. Discuss the functionality of keyword “new” in Java
19. Write a Java program to create object called “obj” for the class “Main” to display
contents of Main class.
20. Discuss about User defined Method in Java.
21. Discuss about Access modifiers in Java
22. Construct a Program to create a package called Balance which has an Account class
with display_balane method in it. Import Balance package in another program to
access display_Balance method of account class.
23. Discuss about static keyword in Java.
24. Write a Java program to demonstrate final method.
25. Illustrate how can you say that Java programming is Platform Independent.
26. Write a Java program to check whether given age is eligible to vote or not.
27. Discuss about how Method Overloading can be done by changing data types.
28. Write a Java Program to demonstrate how Final keyword works.
29. Discuss about Private and Protected access specifiers in Java.
30. Write a Java Program to implement Simple calculator.
31. Discuss about how static is applied for Methods in Java.
32. Design a Super class called Employee with details as EmployeeID, Name, Phone,
Salary, Extend this class bt writing one subclass namely Teaching (domain,
publications). Write a Java program to read and display.

You might also like