0% found this document useful (0 votes)
286 views

Advance Java Programming Assignment-1 (Unit-5) Instructions

This document provides instructions and questions for an Advance Java Programming assignment. It asks students to answer 7 questions related to concepts in Java like multithreading, error handling, exception handling, inheritance, and more. Students are advised to read questions carefully and not copy answers from unauthorized sources. The questions cover topics like implementing multithreading in Java, types of errors in Java, advantages of exception handling, implementing multiple inheritances, J2EE and the traditional client server model, differences between 1-tier, 2-tier and N-tier applications, and a programming exercise implementing concepts like constructor overloading, inheritance, multithreading, type casting, and exceptions.

Uploaded by

Neha
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
286 views

Advance Java Programming Assignment-1 (Unit-5) Instructions

This document provides instructions and questions for an Advance Java Programming assignment. It asks students to answer 7 questions related to concepts in Java like multithreading, error handling, exception handling, inheritance, and more. Students are advised to read questions carefully and not copy answers from unauthorized sources. The questions cover topics like implementing multithreading in Java, types of errors in Java, advantages of exception handling, implementing multiple inheritances, J2EE and the traditional client server model, differences between 1-tier, 2-tier and N-tier applications, and a programming exercise implementing concepts like constructor overloading, inheritance, multithreading, type casting, and exceptions.

Uploaded by

Neha
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Advance Java Programming Assignment-1(Unit-5) Instructions:

Students are advised to read the questions carefully before answering. It is expected that your answers should reflect your knowledge and understanding of the topic up to the maximum possible extent. Students are strictly advised not to copy the content from unauthorized sources, as any case of copy and paste from any source without reference will be considered as a case of non-submission.

Question 1:- Explain and illustrate the concept multithreading in java. (Hint: Give the different ways to implement multithreading in java with supporting java code) Question 2:- How many type of error are possible in java? Question 3:- What are the advantages of exception handling in java? What are the different possible ways to implement exception handling in java? Question 4:- How do we implement multiple inheritances in java? Question 5:- What is J2EE? Explain the traditional client server model. Question 6:- What do you understand by the tiers in software application? Explain the difference between 1-tier, 2-tier and N-tier application. Question 7:- Write a programme to implement the following in java: (You can choose any scenario of your choice to implement the following concepts. It can be a single program or may be several small program). a) Constructor overloading. b) Multiple inheritances. c) Multithreading. d) Type casting e) Throw,throws,try,catch.

You might also like