The document outlines a syllabus for a Programming in Java course at SRM Institute of Science and Technology, specifically for the BCA program. It includes a list of topics and questions for both Part A and Part B, covering concepts such as OOP applications, Java syntax, garbage collection, inheritance, and various types of statements. The document serves as a guide for students to understand key Java programming concepts and prepare for assessments.
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
3 views
Java Question Bank Unit1 and Unit2
The document outlines a syllabus for a Programming in Java course at SRM Institute of Science and Technology, specifically for the BCA program. It includes a list of topics and questions for both Part A and Part B, covering concepts such as OOP applications, Java syntax, garbage collection, inheritance, and various types of statements. The document serves as a guide for students to understand key Java programming concepts and prepare for assessments.
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2
SRM INSTITUTE OF SCIENCE AND TECHNOLOGY
RAMAPURAM, CHENNAI
FACULTY OF SCIENCE AND HUMANITIES
DEPARTMENT OF COMPUTER SCIENCE AND APPLICATIONS(BCA)
Sub Code/Name : USA23301J, Programming in Java Class : II Year / III Sem/ BCA-C
PART A
1. List any four applications of OOPS.
2. List out the benefits of OOP
3. Exemplify the scope of a local variable in Java. 4. Examine the concept of dynamic intialization in Java.
5. Why Java is Platform Independent? Justify
6. Write the Syntax for switch case in java
7. Define Bytecode
8. How will read the input using Scanner class in Java? Exemplify
9. What is an array? How will you read the elements of an array?
10. How do you initialize the array in java?
11. What is meant by garbage collection?
12. Differentiate break and continue statements
13. What is the use of ‘this’ Keyword?
14. Elucidate the concept of method overloading.
15. Identify the term Recursion.
16. Define Class and Objects.
17. Summarize the usage of Inheritance.
18. Elucidate the concept of method overloading.
19.Define Java Buzzwords
20.What are the features of Java?
PART-B
1. Explain the various operators in java
2. Elucidate the different types of Iterative statements and control statements with example 3. Describe Inheritance with its types and write a java Program to explain inheritance. 4. Explain Constructor Overloading with example program. 5. Discuss about types of constructors.