Purchase Solution

Case Study of Appropriate Language for Vehicle Registration

Not what you're looking for?

Ask Custom Question

Here is the question:

The vehicle registration department for the State of Florida is becoming decentralized. Each county will now handle its own registration process and will issue its own license plates. However, there needs to be some centralized checking so that counties do not duplicate license plate design yet are still distinguished from other counties. Counties also need to notify each other if an address listed for registration is not within their county but is within another county to check for fraud and tax evasion.
Additionally they must maintain employment records to assist the court collection division of the state.
So while there is all the traditional information that must be kept for vehicle registration there is also information that must be maintained for other state purposes. A consulting firm has narrowed the choice of programming language to Java and Pascal. Which language do you think would be more appropriate for this application and why?

Purchase this Solution

Solution Summary

This solution discusses the issues with implementing a decentralized application for the Vehicle Registration Process for issuing license plates. This case study will help understand why Java is preferred in such a situation.

Solution Preview

In my opinion the Programming Language to implement such a Vehicle Registration sytem should be Java. I present the following points in favour of my recommendation.

a) Java is an Object Oriented Programming Language which encodes real life entities into objects. Other objects may not be able to access certain (private) parts of an ...

Purchase this Solution


Free BrainMass Quizzes
Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

Inserting and deleting in a linked list

This quiz tests your understanding of how to insert and delete elements in a linked list. Understanding of the use of linked lists, and the related performance aspects, is an important fundamental skill of computer science data structures.

Basic Networking Questions

This quiz consists of some basic networking questions.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

C# variables and classes

This quiz contains questions about C# classes and variables.