Academiclub.com
 
Member Sign-In | Register Now  
 
Call us : + 91- 7840008585
Email Id : info@academiclub.com
Untitled Document
 
 

 

 
IMT Assignments IMT-36: Java Programming-AC1
 
Product Name : IMT-36: Java Programming-AC1
Product Code : AC1
Category : IMT
Hand Written : Rs. 550    img
Soft Copy Type A : Rs. 150    img
Soft Copy Type B  : Rs. 300   img
 
      Share |
Description :

IMT-36: JAVA PROGRAMMING

PART- A

Q1. Define each of the following terms: single inheritance, multiple inheritance, interface, superclass and subclass.

Q2. Discuss why casting a superclass reference to a subclass reference is potentially dangerous multiple inheritance? What feature of Java helps realize the benefits of multiple inheritance?

Q3. Distinguish between non-abstract methods and abstract methods.

Q4. Write a recursive method power (base, exponent) that when invoked returns base exponent

Q5. Selection sort searches an array for the smallest element in the array. Then, the smallest element is swapped with the first element of the array. The process is repeated for the subarray beginning with the second element of the array. Each pass of the array results in one element being placed in its proper location. This sort has a performance comparably to the bubble sort-for an array n elements, n-1 passes must be made, and for each subarray, n-1 comparisons must be made to find the smallest value. When the subarray being processed contains one element, the array is sorted. Write a recursive method selection Sort to perform this algorithm.

PART- B

Q1: Create a Data class with the following capabilities:

     (a) Output the date in multiple formats such as

MM/DD/YY

June 14,2009

DDD YYYY

     (b) Use overload constructors to create Date objects initialized with dates of the formats in part(a)

Q2. Create class SavingAccount. Use a static class variable to store the annual interest Rate for each of the savers. Each object of the class contains a private instance variable savingsBalance indicating the amount the saver currently has on deposit. Provide method CalculateMonthlyInterest to calculate the monthly interest by multiplying the balance by annual interest Rate divided by 12; this interest should be added to savingBalance. Provide a static method modifyInterestRate that sets the annual interest Rate to a new value. Write a driver program to test class SavingsAccountobject, saver1 and saver2, with balance of $2000.00 and $3000.00, respectively. Set annual interest Rate to 4%, then calculate the monthly interest and print the new balances for each of the savers. Then set the annual interest Rate to 5% and calculate the next month's interest and print the new balances for each of the savers.

Q3. Explain the advantage of object oriented model over traditional programming model.

Q4. Define each of the following terms: single inheritance, multiple inheritance, interface, superclass and subclass.

Q5. Discuss why casting a superclass reference to a subclass reference is potentially dangerous multiple inheritance? What feature of Java helps realize the benefits of multiple inheritance?

PART- C

Q1. Distinguish between non-abstract methods and abstract methods.

Q2. a) What is Package.

Q2. b) Explain Client Server.

Q3. a) What is LRL?

Q3. b) Why has Java gained international acceptance.

Q4. a) Explain Java API.

Q4. b) Explain RMI with suitable example.

Q5. a) What is package and how it is useful in programming?

Q5. b) Class is the heart of Every Java applet, Comment.

 

CASE STUDY - 1

A spelling Checker: Many popular word processing software packages have built in spell checkers.

1. You are asked to develop your own spell-checker utility. We make suggestions to help get you started. You should then consider adding more capabilities. Use a computerized dictionary (if you have access to one) as a source of words.

 

CASE STUDY - 2

Why do we type so many words with incorrect spelling? In some cases, it is because we simply do not know the correct spelling, so we make a "best guest." In some case, it is because we transpose two letters (e.g., "defualt" instead of "default"). Sometimes we double-type a letter accidentally (e.g., "hanndy" instead of "handy"). Sometimes we type a nearby key instead of the one we intended (e.g., "biryhday" instead of "birthday"). And so on.

Design and implement a spell-checker applet in Java. Your program should maintain an array wordList of strings. Enable the user to enter these strings. Once you have these capabilities, you can obtain the words for the spell checker from a computerized dictionary stored in a file.

Your program should ask a user to enter a word. The program should then look up that word in the wordList array. If the word is present in the array, your program should print 'Word is spelled correctly."

If the word is not present in the array, your program should print 'word is not spelled correctly." Then your program should try to locate other words in wordList that might be the word the user intended to type. For example, you can try all possible single transpositions of adjacent letters to discover that the word "default" is a direct match to a word in wordList Of course, this implies that your program will check all other single transpositions such as "edfault," "dfeault," "default," "deafult," and "defualt." When you find a new word that matches one in wordList, print that word in a message such as, 'Did you mean "default?". "

2. Implement other tests such as replacing each double letter with a single letter and any other test you can develop to improve the value of your spell checker.

 
Academiclub.com
 
  Useful Links
Home
Sample Work
Services
Projects
  Useful Links
How It Work
Enquiry
Contact Us
FAQ's
  Links
Terms & Condition
Privacy Policy
Customer Care : +91-7840008585
Email Consumer Care


 
Connect with us
Copyright © 2013-2021 Academiclub.com