Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Solved Assignments
Asked Questions
Answered Questions
Create a recursive method power( base, exponent ) that, when called, returns
Create an application program that prompts the user to enter a number (a number only, error check for numerals only), subtract 50 from that number
Review the article: Eclipse Based Tools for Apache Derby by Susan Cline. You will need to download and install the Cloudscape workbench here
(Rectangle Class) Create a class Rectangle. The class has attributes length and width, each of which defaults to 1.
Rewrite the following pseudo code segment using loop structure in the specified languages:
If you were explaining an array to a friend who is learning Java. how would you do so?
Create a method, removeAll, that takes three parameters: an array of integers, the length of the array, and an integer, say, removeItem.
Write a method that takes an integer value and returns the number with its digits reversed. For example, given the number 7631, the method should return 1367
The Twelve Days of Christmas. Each year, PNC Advisors of Pittsburgh publishes a Christmas Price List. Create a program that requests an integer
I have been collecting golf balls from different courses over the years now. Of right now I have an inventory of over 200 golf balls from different courses
Declare a subclass of JPanel called MyColorChooser that provides three JSlider objects and three JTextField objects
Create an applet that asks the user to enter two floating-point numbers, obtains the numbers from the user and displays the two numbers
Modify the Payroll Program application so it continues to request employee information until the user enters stop as the employee name
In the example 1-1, the class Clock was designed to implement the time of day in a program. Certain applications, in addition to hours, minutes
Develop a program that plays "Five Card Stud". The user plays agains the computer. The program will "deal" five cards to the user and itself
Two common attributes of a person are the person's first name and last name. The typical operations on a person's name are to set the name and print the name
Write a C function that includes the following sequences of statements:
Develop a test program called CoinCounterTest to test the CoinCounter class.
Create a java program that allows the user to create a file of employees, address, and phone numbers
Rewrite the following pseudocode segment using a loop structure in the specified languages:
Create the program in Java (without a graphical user interface) and have it calculate the payment amount for 3 mortgage loans:
Write a program that uses loops to output some information.
Using JSP codes create a form that validate the data before passing along to the server in order to make sure that the information it needs to process
My experience with the Simple Object Access Protocol or as it is more commonly known SOAP is very limited. Please discuss your experience with SOAP.
Consider a Java-based application example with file access and file processing methods appropriate for e-business.