Ignou Solved Assignment for MCS-024 Object Oriented Technologies and Java Programming | SolveZone
whatssapp

Product Detail

Ignou Solved Assignment for MCS-024 Object Oriented Technologies and Java Programming

University  IGNOU
Service Type Solved Assignment
Course B.C.A
Semester
Short Name or Subject Code MCS-024 Object Oriented Technologies and Java Programming
Product B.C.A of Solved Assignment (IGNOU)
Pattern
Price
Click to view price

There are eight questions in this assignment which carried 80 marks. Rest 20 marks are for viva-voce. Answer all the questions. Give appropriate comments in programs to increase understandability. Wherever required, you may write java program, run it on machine and take its output as part of solution. Please go through the guidelines regarding assignments given in the Program Guide for the format of presentation.

Q1.

(a) Explain basic concepts of Object Oriented Programming? Explain how data hiding is achieved.

(b) Explain use of different types of operators available in java with the help of examples.

Q2.

(a) Explain how class is defined in java with the help of an example. Also explain what are the things which are kept inside a class. 

(b) Write a java program to create an Account class and define constructors in it. Inherit Saving_Bank_Account class from Account class. Override constructors of Account class in Saving_Bank_Account class. Define appropriate methods to operate the accounts. Make necessary assumptions.

Q3.

(a) Explain use of static methods in java.

 (b) Write a java program to add two matrices of 4X4 in java. 

(c) Explain different types of inheritance that are supported by java with the help of examples.

Q4.

 (a) Explain uses of final and super keywords in java with the help of examples.

 (b) Explain the need of package in Java. Explain accessibility rules for packages.

 (c) Explain advantages of polymorphism with the help of example.

Q5.

(a) What is interface? How it is different from abstract class? Explain.

(b) What is an exception? Explain various causes of exceptions. With the help of a program explain how exceptions are handled in java. 

(c) What is multithreading? Explain how threads are created in java. Describe java thread model.

Q6. (a) Explain various applications where multithreading may be used. Also explain how interthread communication takes place in java.

 (b) Create an Applet to draw different shapes on the basis of input given by user.

Q7.

(a) What is object serialization? Explain working and use of object serialization.  

(b) Explain different stream classes in java. Also write a java program to save the given data in a file.

(c) Explain difference between Srting and StringBuffer classes.

Q8.

(a) What is proxy server? Explain URL class and its methods in java.

(b) Explain advantages of JDBC.

(c) What is Servlet ? Explain GET and POST methods of Servlet.

(d) Explain TCP/IP Sockets.