Home Answers Viewqa Java-Beginners this is my code but i cant able to run it wt is the problem

 
 


Ezhumalai
this is my code but i cant able to run it wt is the problem
0 Answer(s)      6 months and 3 days ago
Posted in : Java Beginners

import java.io.*; class createthread { int thread=4,i;

class thread1 extends createthread { public void run() { for(i=0;i

View Answers









Related Pages:
this is my code but i cant able to run it wt is the problem
this is my code but i cant able to run it wt is the problem  import java.io.*; class createthread { int thread=4,i; class thread1 extends createthread { public void run() { for(i=0;i
this is my code but i cant able to run it wt is the problem
this is my code but i cant able to run it wt is the problem  import java.io.*; class createthread { int thread=4,i; class thread1 extends createthread { public void run() { for(i=0;i
i cant find any compile time error but there is runtime error.
, I tried the following updated code and it is working. Please copy and run... stud_code in database. In my case it is Text type. So, I changed the code: int...i cant find any compile time error but there is runtime error.  
I cant get values in MS acces in tables
I cant get values in MS acces in tables   I got problem in sending values from servlet . * i am using ms acces * i cant display my values but der is increase in number of rows my jsp: <%@ page language="java
I have problem in my Project
I have problem in my Project  Dear Sir, i have problem in my project about Jtable i have EDIT JButton whenevery i was click on edit he is display all data from database but i want to select any row
Applet run with appletviewer but not in browser, any code problem.
Applet run with appletviewer but not in browser, any code problem.  Hi,My problem is when I am running my applet in appletviewer index.html, Its work... can be problem in code also. please check my code. 1) Card.java package
Problem in my code - Development process
Problem in my code  Plz go thru this code. I want to check login and pwd with database. Backend MsAccess , Table name : Reg , Dsn Name: JJ While executing code am getting 404 error User Name Password
plz check my codings are correct or not...There is an error..i cant find it..
plz check my codings are correct or not...There is an error..i cant find it..  import java.util.Scanner; public class Student { private String indexNo; private String gender; private char initial; private int mark1
how can i run tomcat server and my home page come when i double click on an icon in servlets
how can i run tomcat server and my home page come when i double click... user he does not know to run server by service runner... and he does not know... this problem
how can i run tomcat server and my home page come when i double click on an icon in servlets
how can i run tomcat server and my home page come when i double click... user he does not know to run server by service runner... and he does not know... this problem
how can i run tomcat server and my home page come when i double click on an icon in servlets
how can i run tomcat server and my home page come when i double click... user he does not know to run server by service runner... and he does not know... this problem
how can i run tomcat server and my home page come when i double click on an icon in servlets
how can i run tomcat server and my home page come when i double click... user he does not know to run server by service runner... and he does not know... this problem
java not run on my pc
java not run on my pc  i have installed java in pc but when i run and compile any program the massage is display that 'javac' is not recognized as an internal or external command
Hello Sir I Have problem with My Java Project - Java Beginners
Hello Sir I Have problem with My Java Project  Hello Sir I want Ur Mail Id To send U details and Project Source Code, plz Give Me Ur Mail Id
I am not able to display the selected value of my combobox
I am not able to display the selected value of my combobox   <... units order by unitcode"; $rsrcResult = mysql_query($strQuery); $i=1..._assoc($rsrcResult)) { $strA = $arrayRow[$i]; $strB = $arrayRow
why cant i close this ??
why cant i close this ??  import java.util.Scanner; public class square { public static void main ( String [] args) { Scanner keyboard...("Thank you "); } } i should use while to get the square of the number entered
Insert option does not work in my jstl... - JDBC
Insert option does not work in my jstl...  I have problem with this jstl code... This will extract and displays details from xml... But i cant able to store that values in a database... Pls solve my problem...... Joe
how to run applet - Applet
how to run applet   Hi everybody i am using connecting jdbc... how can i execute in browser ? Thanks in advance thanks for seeing my... then if you got any problem, please send the code. Thanks
Problem
(); stdIn.close(); echoSocket.close(); } } this is my code, compiled...) { System.err.println("Couldn't get I/O for " + "the connection to: sunil-PC."+ e
Problem
(); echoSocket.close(); } } this is my code, compiled with no errors, but when running giving...); } catch (IOException e) { System.err.println("Couldn't get I/O... that the server (something like EchoServer) is up and running.   Thanx i
My Base Class is Changing every time in my code. How I can overcome this?
My Base Class is Changing every time in my code. How I can overcome this?  I have had the below question asked in interview, i'm curious to learn the answer. I have a base class, 'GeneratorBaseClass' that is extended
sir plz do respond to my problem immediately - Java Beginners
sir plz do respond to my problem immediately  Hello sir, Iam very happy that you have responded to my problem.The code u sent for the progree bar is a separate program. sir i need to put it in my web browser.sir iam
How to run a simple jsp page in tomcat???
\Tomcat 6.0\lib\servlet-api.jar using this ,i am able to run all servlet programs...How to run a simple jsp page in tomcat???  i am trying to run.... but it is giving me this error below....please help me to solve it. my jsp page code is given
Run time problem
Run time problem  when i run a project,it shows an exception like "unable to create MIDlet".It also shows "running with locale:English_united States.1252 running in the identified third party security domain" "please help
Could not able to run Java Applet in JSP using <jsp:plugin>
Could not able to run Java Applet in JSP using   I could not able to run the above example applet in the JSP. Getting class not found exception. Copied the error stack trace below. Exception: java.lang.ClassNotFoundException
Pls review my code - Struts
Pls review my code  Hello friends, this is my code in struts action class this page contains checkboxes and radiobuttons also. when i enter the submit it shows me blank page. can anybody solve my problem its urgent. help me
this is my code java - Date Calendar
this is my code java  /* * NewJFrame.java * * Created on 11...; jTextField1.setText(months); #### This My problem jTextField2.setText(days); #### This My problem jTextField3.setText(years); #### This My problem how
iBufferedinput-cant read character # - Swing AWT
iBufferedinput-cant read character #  i am using a buffersed stream...; Hi friend, i am sending code. import java.io.*; import java.io.File... to solve this ow can i recognize presence of # character using readline method
Convert Euro to dollar, need to be able to enter decimal!
, the program quits. My program does all that. The only problem is, that if you enter... be accepted as well as a whole number? Thanks! Here is my code: import...Convert Euro to dollar, need to be able to enter decimal!  Hi
Convert Euro to dollar, need to be able to enter decimal!
, the program quits. My program does all that. The only problem is, that if you enter... be accepted as well as a whole number? Thanks! Here is my code: import...Convert Euro to dollar, need to be able to enter decimal!  Hi
run exe on remote client
copied files fromserver to client using my application but i cant run it on remote...run exe on remote client  I am making a client server application using netbins 6.1 , Jsp servlet, Mysql5.1... I want to run an batch file or exe
jsp directory created in net beans but not able to access
("/") + "artists/" +username + "/images"); images.mkdir(); i am using this code... trying to display image i am not able to display i am using netbeans and using...jsp directory created in net beans but not able to access  File f
JSP run problem
JSP run problem  type Exception report message description...; Post your code. It seems that there is a programming error. Check your code.   OK this the code plz help me as quik as possible thnk u
Need help with my project
label between each section of output. Note that your program must be able to run repeatedly overwriting the file from the previous run. -Output all odd numbers...Need help with my project  Uses a while loop to perform the following
i want to find the byte code of a image file ... for my project..plz if anybody help me for java coding i will grateful..
i want to find the byte code of a image file ... for my project..plz if anybody... a image file to its byte code format that help me for the pattern matching in my project.. but i cant convert Image file to its byte code format.. if anybody can plz
Not able to filter rows of jtable with textfield in netbeans
. StockBean is a class of object with the getter and setter method. This is my code...Not able to filter rows of jtable with textfield in netbeans  ...]; String date = null; for (int i = 0; i &lt; alstStock.size(); i
Not able to filter rows of jtable with textfield in netbeans
. StockBean is a class of object with the getter and setter method. This is my code...Not able to filter rows of jtable with textfield in netbeans  ...]; String date = null; for (int i = 0; i &lt; alstStock.size(); i
code problem - Java Beginners
code problem  Dear sir, my problem is that I've a string value if this String value has "quit" then output should be "bye". i want to make this program using SWITCH CASE statement. how to implement String value in Switch plz
code problem - Java Beginners
code problem  Dear sir, My problem is that i have some string value and in some case i want to remove all the value of this string, i tried this code- Response.str.clear(); but it shows some error called "response package
i have problem in that program - JavaMail
i have problem in that program  1. Write a multi-threaded Java... = pw; } public void run(){ try{ int i; for (i=1;i<10;i..., Try the following code: import java.io.*; import java.util.*; class
code problem - Java Beginners
code problem  Dear sir, my question was actually how to find...! how will i find what contain a particular line carries? output should be like: Line1= hy Line3= regard, Line2= how r u? Line4= john! My meant
i am unable to identify the error in my code
i am unable to identify the error in my code  class Program { public static void main(String[] args) { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.println("enter
i am unable to identify the error in my code
i am unable to identify the error in my code  class Program { public static void main(String[] args) { BufferedReader br=new BufferedReader(new InputStreamReader(System.in)); System.out.println("enter
Not sure whats wrong with my code HELP PLEASE?!?!
Not sure whats wrong with my code HELP PLEASE?!?!  I cant figure out what I am doing wrong in my code can anyone help me out??? Grades function computeGrade( ) { var hw, lab, midt, fin, avg; hw = parseFloat
Not able to display jtable at runtime
Not able to display jtable at runtime  Hello, can anyone please help me. I am trying to create a dynamic table with checkboxes. Data are accessed... database properly. But I am not getting why it is not creating the table
code problem - Java Beginners
is = "80" plz help me i tried my best but i could not make out this type of program. thnx  Hi friend, Code to help in solving the problem...code problem  Dear sir, I've some integer value in ArrayList like
How to launch my web application from my desktop without opening Netbeans IDE everytime i run the application?
everytime i run the application?  Hi RoseIndia, Thanks for ur reply for my previous question but i knw how to create JSP pages, I have completed my web application, now my question is how can i start my web application, wat i mean
code problem - Java Beginners
code problem  Dear sir, my problem is that, i have two Combobox one.... plz tell how to code this program.   Hi Friend, You can use the following code: ComboBox var arr = new Array(); arr[0] = new
how can i simplify my java code
how can i simplify my java code  /* Create a program that prompts... Scanner (System.in); String pass=""; int c = 1; int code=0... c=0;int f=0;int i=0; int counter=0; int starter=0; int cot=1
Run a simple EJB code
Run a simple EJB code  I found the code this. However, as I have no idea with EJB, I can't understand how to run it. Can anybody help me by giving steps (by giving snapshots or writing full procedure)how to run it (any platform

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.