No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
While Executing the XSL trasnformation got following error: (Location of error unknown)XSLT Error (javax.xml.transform.TransformerConfigurationException): javax.xml.transform.TransformerConfigurationException: XML-22108: (Error) Invalid Source - URL format is incorrect. Exception in thread "main" java.lang.RuntimeException: javax.xml.transform.TransformerConfigurationE xception: XML-22108: (Error) Invalid Source - URL format is incorrect. at org.apache.xalan.xslt.Process.main(Process.java:1126) Can anyone please tell the cause of such …
you need to update the code at line25,26,27,28 as if(num ==0) { fac = 1; } else{ for(int i=1;i<=num;i++){ fac = fac*num } } System.out.println("The factorial is: " + fac); ``
Using a Map is better approach, because if you use Array then you can not devide the size of array incase input have two digits two degits numbers even if input has single digits arrays should be of size 10, But Map will have the values and their count that …
refer this code which will alert when press Enter import com.sun.corba.se.impl.protocol.giopmsgheaders.KeyAddr; import java.awt.*; import javax.swing.*; import java.util.Random; import java.awt.event.*; import java.awt.Color; import java.awt.Graphics; public class actualstuff extends JFrame { private JTextField textField1; public static int index = 0; public static Graphics gx; public actualstuff() { Container container = getContentPane(); container.setLayout(new …
i reaaly get few errors in the code for run a video in JSP or for video streaming... can anyone help me to give the code for it.. thank you
please help me in finding the proble in the following code import java.awt.*; import java.awt.image.*; import java.awt.event.*; import javax.swing.*; import javax.swing.event.*; class button extends JButton { public button(String s) { setName(s); setVisible(true); } } class label extends JLabel { public label (String s) { setText(s); setVisible(true); } } class loginform …
The End.
piyush09