Attempt all the questions.
Section-A
Question1) Briefly describe linear queue? Write algorithms to insert and delete an item to a linear queue.
Question2) Define Object-Oriented programming. How is it different from Procedural- Oriented programming? Write down the advantages of an Object -Oriented programming paradigm?
Question3) Describe following the following terms with illustrations:
a) Linked List
b) Stack & Queues
c) Java Data Base Connectivity
d) Swings & AWT
Question4) Write a brief note on features of advanced features of java. What are the applications of collections? Write a program to implement collections.
Section-B
Case Study
Question5) Write a program to insert, delete, and locate an element on a sorted list using
• array
• pointer, and
• Cursor implementation of lists.