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/ 2
®
Sri Sai Vidya VikasShikshanaSamithi
SAI SAI VIDYA INSTITUTE OF TECHNOLOGY
Approved by AICTE, New Delhi, affiliated to VTU, Recognized by Govt. of Karnataka. Accredited by NBA, New Delhi (CSE, ECE, ISE), NAAC – “A” Grade DEPARTMENT OF CSE (ARTIFICIAL INTELLIGENCE & MACHINE LEARNING) RAJANUKUNTE, BENGALURU – 560 064, KARNATAKA Phone: 080-28468191/96/97/98 * E-mail: hodaiml@saividya.ac.in * URL www.saividya.ac.in
MODULE 1 QUESTION BANK
1. List and explain Java buzzwords. (or) List and explain salient features of Java. 2. Explain object oriented principles. 3. Explain different lexical issues (tokens) in java. 4. Explain scope and lifetime of variables with an example. 5. Explain the structure of java program and its keywords with an example. 6. Explain the concepts of Arrays in java with an example. 7. Write a java program to perform arithmetic operation (+, -, *, /) based on user choice and display the result on screen. 8. Explain operators with an example. 9. Explain control statement with example. i) If ii) if – else v) do – while iii) Switch iv) while vi) for vii) jump
MODULE 2 QUESTION BANK
1. Explain the general form of a class and explain with an explain. 2. Explain methods with a java program using below methods. i) Method with parameters. ii) Method without parameters. iii) Method return a value 3. Explain constructors in java with below methods. i) Automatic constructors ii) Default constructors iii) Parameterized constructors 4. Explain this keyword in java with example. 5. Explain garbage collection in java. 6. Explain method overloading with different examples i) No of parameters. ii) Data type of parameter iii) Sequence of data type of parameters ® Sri Sai Vidya VikasShikshanaSamithi
SAI SAI VIDYA INSTITUTE OF TECHNOLOGY
Approved by AICTE, New Delhi, affiliated to VTU, Recognized by Govt. of Karnataka. Accredited by NBA, New Delhi (CSE, ECE, ISE), NAAC – “A” Grade DEPARTMENT OF CSE (ARTIFICIAL INTELLIGENCE & MACHINE LEARNING) RAJANUKUNTE, BENGALURU – 560 064, KARNATAKA Phone: 080-28468191/96/97/98 * E-mail: hodaiml@saividya.ac.in * URL www.saividya.ac.in
7. Explain constructor overloading with example.
8. Explain static variable & static method with an example. 9. Explain Nested and Inner class in java .