Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached

6 Posted Topics

Member Avatar for piyush09

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 …

Member Avatar for Mike Askew
0
364
Member Avatar for Atlanta15Braves

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); ``

Member Avatar for JamesCherrill
0
281
Member Avatar for efth

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 …

Member Avatar for piyush09
0
339
Member Avatar for fmasroor

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 …

Member Avatar for piyush09
0
187
Member Avatar for piyush09

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

Member Avatar for monem
0
80
Member Avatar for piyush09

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 …

Member Avatar for piyush09
0
238

The End.