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

Essential Programming Concepts and Examples

Uploaded by

rambigboss1234
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)
2 views1 page

Essential Programming Concepts and Examples

Uploaded by

rambigboss1234
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

IMPORTANT PROGRAMMING QUESTIONS:::

UNIT-1 & 2

1. Study student program which prints rollno,name and total [Link] students with static
keyword .This program has class,object,method,static method,constructor overloading
hence we can write this program for all these multiple questions
2. Study packages and conversion program using packages.
3. Banking application program.
4. Inheritance and its types with program
5. Polymorphism-types-method overloading,method overriding (for overriding write abstract
shape program.)
6. ADT STACK using interface program in lab manual (INTERFACE PROGRAM)

UNIT-3

7. EXCEPTION HANDLING PROGRAM


8. FILE HANDLING PROGRAM
([Link] 6 & 7 -UNIT 3–simple unit so study fully…study this 3rd unit first)

Unit-4
9. Thread lifecycle with one multithreading program .
10. Generic class and methods with example program.
11. Synchronization with example program (for this you have to add synchronized keyword
before a method /block to make it synchronized-write any banking program)

Unit-5 ( 2questions are very important)


12. Event handling with example program
13. Adapter class with example program
(if u feel tough study adapter class program alone and write it for event handling too)

Part-c(IMPORTANT )
[Link] ARCHITECTURE,ACCESSING DB WITH JDBC AND EXAMPLE PROGRAM

(draw diagram for jdbc architecture neatly and explain the components,
For accessing db with jdbc write the steps correctly
And for jdbc program write the connection steps (5 lines) correctly and then program)

You might also like