Having minor homework questions or simply want to make sure your homework answers are correct? Then use our free service to get quick answers to your homework questions in mathematics, physics, programming, economics, chemistry and biology. We already have a database of multiple homework questions and answers you can look through . If you can’t find the solutions to your homework problems, then post your homework questions and find a well-formulated answer from a professional within a very short timeframe.
Please save your time and DO NOT send us your full assignments or not precise, well stated questions in mathematics, physics, programming, economics, chemistry or biology as they will be ignored. In this section we can answer only your short questions of qualitative, primary theoretical nature (for FREE!). Use filters to display the questions to a particular subject or section. By entering your e-mail in the box "Search" you can browse the questions posted exclusively by you. Do not worry if you cannot find your question in the list after it has been submitted; every question is being checked by a moderator and appears in the list only after its approval.
Ask Your question
Search & Filtering
I`ve created my first webapplication. I set up my webserver (tomcat+apache2) and tried to deploy the app on it. When I tested the app it worked fine with my test environment, but when created the war and deployed it the following error (exception) showed up:
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: Unable to compile class for JSP:
An error occurred at line: 14 in the generated java file Only a type can be imported. bitcoin.BitcoinHandler resolves to a package
An error occurred at line: 16 in the jsp file: /Balance.jsp BitcoinHandler cannot be resolved 13: double yourcoins=0.0; 14: Random rand=new Random(); 15:
16: balance=new Double(BitcoinHandler.getBalance("give")); 17:
18:
19: if(balance>2.5)
What can I do about this.. I tried different IDEs to comiple it best for my webserver.. !??
write java applications that print the following pyramid using an array.
User must enter the number of start to displays.
Example: Please enter the number of stat to displays: 6.
*
**
***
****
*****
******
write a java application that prints all even numbers from 2 to 50, with the aid of the following specification: start a new line after every multiple of 20.
Use for loop.
Save this program as evennums.java
write a payroll program that prompt a user to Enter his name, hourly rate, working hours in the week and display the amount earning by each employee in Rand.
Note: User is not allowed to enter any negative value for hourly rate and working hours.
write a java application to calculate the exponent value of a number using the following specifications:
prompt the user to enter an integer value. Pass the integer value to the main method square,which squares the number and to a method cubes the number. The results must be returned to the main method. The main method must print the results along with a suitable mesage
Hello, I have an assignment due and I am having trouble starting it. Everytime I try to attempt it I get lost, and can't think of which classes to create other than the main do it all class. Could u help me break down my assignment a little please? The assignment asks for me to make a program that can simulate traffic in a network of roads that have sensors at each intersection and I am to record the car's registration number, and name of the sensor, and time it passed into a text file. I don't need help with the coding but just the setting it up and structuring part. Thanks
i am doing problem solving with robotics and was wondering how do you calibrate light sensor using java
simple java dice game
Each player starts-out with a cumulative score of zero. Then each player rolls three
dices and a random number appears for each dice. The summation of each number is
added in each player’s score. The winner is the player that has the highest score in x
turns based on what the players initially decided.








