Java | JSP | JSF Answers

Questions: 4 418

Answers by our Experts: 3 943

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

I am Bhavani from UOB Singapore Bank working as a Techinical Analyst. From the net , I was able to track the below details
Java 7 Update 60 (minor release) in May 2014 and Java 8 (major release) on 18 Mar 2014. It seems odd that Java 8 (major release) will be out earlier than the minor releases under Java 7. If this is correct, and assume our users upgrade to Java 8 in Mar 2014, is there any impact when Java 7 Update 55 and 60 are out in Apr/May 2014?

Please help us in resolving this issue by providing useful information.
Write an application to simulate the rolling of two dice.
Write a java program for Presidential Elections, the user will enter his votes based on the code
for each candidate. The program will add the total votes for each candidate and proclaim the
winner whoever got the most number of votes. The user will stop in accepting votes if the user
entered letter ‘Q’. Use ‘V’ to vote and ‘R’ to view the result.
Write a Java program that reads from the user an integer N followed by N integers. The
program then prints the product of odd integers, and, the sum of even integers
[code]HERE IS THE PROG. OF JAVA APPLET:import java.applet.*;
import java.awt.*;
public class appimg extends Applet{
Image img;
MediaTracker tr;
public void paint(Graphics g){
tr=new MediaTracker(this);
img=getImage(getCodeBase(),getParameter("img");
tr.addImage(img,0);
g.drawImage(img,0,0,this);
}}
AND BELOW IS THE HTML CODE:
[/code]
when i insert an image in a html page for APPLET prog..the java prog. compile , but when i open the html page it shows a msg. to install plug-in of JAVA.
After installing the plug-in ,again I open the page ,then it show a msg that "YOUR SECURITY SETTINGS HAVE BLOCKED A LOCAL APPLICATION FROM RUNNING".
NOW please tell me how i fix it...
Want to write a program that would be able to integrate a function using java
Hi
I am looking for someone to program Dijkstra algorithm for a graph.. but this have to be by own without COPYING someone else work.. my teacher don't want us to copy someone else work.. plus I know how to do it but I don't want to end up in plagraism for copying someone else program..

Regards
Please.... I need someone help who can make a program at netbeans that make a binary to decimal conversion and vice-versa in one program.... pls excuse me for my wrong grammar... I'm not really good at english :))
How to retrive duplicate characters in a string?
LATEST TUTORIALS
APPROVED BY CLIENTS