Quantcast
Channel: Java, Database, Web And Mobile Apps - cs2it
Browsing all 191 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Arithmetic Expressions Background | Postfix Notation Calculation | Java

BackgroundThe arithmetic expressions considered in this project consist of non-negative integers, operators "+", "-", and "*", and parentheses "(" and ")". Arithmetic expressions are usually written...

View Article


Image may be NSFW.
Clik here to view.

Concurrent and non-concurrent threads in Java | Two different project in...

Concurrent Thread Execution:Write a Java program that has a method named atomic(). Demonstrate in the program how two threads can, sometimes, invoke atomic() concurrently.Non-Concurrent Thread...

View Article


Basic Linked List and Sorted Linked List in Java with Unit Testing

Code DistributionThe project's code distribution is available by checking out the project named LinkedListsProject. The code distribution provides you with the following:listClasses package → Where...

View Article

Image may be NSFW.
Clik here to view.

Restaurant Management System in Java - Full Project Free Download

System specificationApplicationThe Pay Per View system allows users to download and view titles. The system starts with a pre-defined set of titles on offer, and two users. A user enters their name,...

View Article

Image may be NSFW.
Clik here to view.

Tic Tac Toe Game (Console Based) in Java full project free download

Game FeaturesAs the program starts executing, player X startsThe player types in a column and a row number. For example for column A and row 3, it should be ‘A3’.The program should verify that the box...

View Article


Image may be NSFW.
Clik here to view.

Java Program to implement Radix Sort Algorithm and displaying the step by...

Write a program for Radix Sort. The output of the program, apart from displaying the final result of the sorting algorithm, you also need to display the result of every round after one digit is sorted....

View Article

Java Implementation of BST with parent node reference algorithm | Binary...

BST with parent node:Implement the BST with parent node. Modify the insert and delete functions. Add the following functions too.private TreeNode<E getNode(E element)private boolean<E isLeaf(E...

View Article

Java Implementation of geometric shapes scenario using Object Oriented...

In this assignment, you are asked to implement a simple project about geometric shapes such as a circle, rectangle, and square. All shapes must implement the following interface. While doing this...

View Article


Transaction processing in business and find the principle points | Reserach Work

Transaction ProcessingFind a recent article in an IT or business publication (within the past 3 years) that describesa transaction processing system implemented by a company (new or updated). Provide a...

View Article


Java implementation of Health Record Management System with compelte source code

Project IntroductionA doctor has contacted you to develop a solution for managing the patient records of his practice. The doctor is having issues finding records of current patients and would like a...

View Article

Text and String Manipulation Problems in Java with FULL source code

Specification This assessed exercise is concerned with a number of text and string problems, each of which can be solved by an efficient algorithm using an application of the suffix tree data...

View Article

Normalizaiton of dentist-patient appointment data 1NF, 2NF and 3NF

The table shown below lists dentist-patient appointment data.  A patient is given an appointment at a specific time and date with a dentist.  On each day of patient appointments, a dentist will perform...

View Article

Database design (Entity Relationship Diagram) and implementation of Public...

Design a database for public libraries. John works for an IT service company as a senior database designer. His company just won a few contracts to serve several public library systems within the state...

View Article


Image may be NSFW.
Clik here to view.

HashMap and HashSet in Java | MyFavouriteClasses.java SortingAndSearching.java

SpecificationsThere will be a total of two classes within this program as follows:MyFavouriteClasses ClassThis class should:Be instantiated by the other class only (not by the end user).Have a method...

View Article

Image may be NSFW.
Clik here to view.

Employee Salary Calculator in Java using BigDecimal and Overloading Constructors

SpecificationsThe employee class should contain overloaded constructors, one that accepts first and last names as well as annual salary, and one that accepts first and last names only.  The latter...

View Article


Image may be NSFW.
Clik here to view.

Relational Database | Chapter 2 | Full Solution | Database

Database Related QuestionsDiscuss the importance of data modeling.What is a business rule, and what is its purpose in data modelingHow do you translate business rules into data model components?What...

View Article

Image may be NSFW.
Clik here to view.

Database Design and Analysis in Access | Full Project with queries and reports

Buy nowDatabase DesignDesign your initial designs on paper. Each one individually works on the designs and gets together with the team members to create team designs. The first step is creation of a...

View Article


Image may be NSFW.
Clik here to view.

Linked List project in Java | Addition at specific index | Reverse List |...

Java Code ExtensionAdd the following methods to the list class on the file:public void addAt(int position, T item)The method adds an item at a given position.  The head has position 1, second item has...

View Article

Image may be NSFW.
Clik here to view.

Using Arrays, Strings, & Sorting Personnel.java TestPersonnel.java classes in...

IntroductionDefine a Java class as described below. All variables should be declared as private and all methods as public. Save the class definition in a file with an appropriate filename.Class Name:...

View Article

Image may be NSFW.
Clik here to view.

Rotating string using recursion and printing data using recurstion in java...

Write a recursive method that produces an output similar to the following:This was written by call number 1.  This was written by call number 2.   This was written by call number 3.     This was...

View Article
Browsing all 191 articles
Browse latest View live