473,543 Members | 2,001 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Java Forum

Java programming language (Sun Microsystems) - Ask questions about java programming, OOP, JRE, SDK, Swing, Plugins, Java Virtual Machine(JVM), Java Libraries: Collection, XML Processing, Security, JDBC, JNDI, RMI, CORBA, AWT (GUI) and more.
0
897
thread by: srikanthmiracle | last post Aug 2 '07 by: srikanthmiracle
What is the difference between DynaValidatorForm and DynaActionForm?
3
897
thread by: pralu | last post Apr 1 '08 by: sukatoa
import java.util.*; class Palindrome { public static void main(String args) { Scanner scanner = new Scanner(System.in); System.out.println("enter the number: "); int no = scanner.nextInt(); int num = new num;
1
898
thread by: ashwinibadnore | last post Dec 7 '06 by: DeMan
How can I read a text file located on different machine through a Java code?
0
898
thread by: gsrgsrgsr | last post Jan 9 '08 by: gsrgsrgsr
Hi i am having doubt my data base is having around 1 lack records but i want to display only few records ex 100 records for each page.Then how i will code my servlet please reply me with code,thanks in Advance.
0
898
thread by: pb2000 | last post Aug 17 '10 by: pb2000
Hello, I have problem with ObjectInputStream.ReadObject() method. Code below FileClassLoader externalLoader = new FileClassLoader(currentTaskDir); Class c = externalLoader.loadClass(className); Method mlist = c.getDeclaredMethods(); Object objectsPassed = null; objectsPassed = (Object)ois.readObject(); Object examinedObj = objectsPassed;
0
899
oll3i
thread by: oll3i | last post Apr 6 '07 by: oll3i
m_add_client.addActionListener( new ActionListener() { public void actionPerformed(ActionEvent e) { try{ Klient klient = new Klient((String)m_name.getText(),Double.valueOf(m_money.getText().trim()).doubleValue()); }catch(NumberFormatException exception){ System.err.println("Nie podana suma pieniedzy");
0
899
thread by: Romann | last post Jun 11 '07 by: Romann
Hello, I use TreeViewer. I have so some hierarchy data. And I use method: mouse up and I want to find, where mouse was up (on what item in tree). Can you help me?
0
899
thread by: thanawala27 | last post Jan 30 '10 by: thanawala27
Hi, I have an package which needs to be installed first. During the installation, I would like the user to enter the password. I would like this password to be based on a NUMBER. I will have an equation/technique to make the password based on this NUMBER. What I'm looking for is, is there any such NUMBER that is system/computer specific...
0
900
thread by: sara1366 | last post Mar 1 '07 by: sara1366
hi I want create file in j2me,open file and search in file. but I can't do it. please help me.
0
900
thread by: mosquito | last post May 3 '07 by: mosquito
i created a bean class, remote interface,home class,client class and a local class,i made a jar out of it with all these classes. example, my package is named as "salejb". it is as follows d:/salejb. inside i have a package called "src" which contains all my java files which i mentioned above. i created a jar out of all the class files and...
0
900
thread by: bravo | last post Jul 19 '07 by: bravo
hi is there any way to capture the output of a jsp page into html file......
0
900
thread by: Lorenzojones | last post Aug 17 '07 by: Lorenzojones
I cant seem to get my java to run a proper test for the draft on yahoo. All it does is freeze up. Does this sound like something that has happened with the Yahoo Draft in anones experience? Can anyone walk me through what could be the problem
0
902
thread by: blitzkreig | last post Mar 25 '08 by: blitzkreig
I am planning to use jericho for DOM parsing/traversal. I am stuck in the first step itself. There is a class 'DisplayAllElements' and a function String sourceUrlString="data/test.html";. Here instead of using data/test.html I want to use a proper URL like http://www.xzy.com. The problem here is xyz.com uses NTLM authentication. So as soon as I...
1
903
thread by: jose | last post Nov 30 '06 by: r035198x
How can color to the text characters using java
0
903
thread by: sajithamol | last post Jul 18 '07 by: sajithamol
What is the diffferernce in declaring a document type in service methods(doGet/doPost) 1.using DOCTYPE tag like <!DOCTYPE HTML PUBLIC 2. by setting content type in response response.setContentType("text/html");
0
903
rsrinivasan
thread by: rsrinivasan | last post Aug 1 '07 by: rsrinivasan
Hi All, I am using this message tag in my JSP. <html:messages id="messageid" message="true"><bean:write name="messageid" /></html:messages> And i am using this line in property file, common.message.mailsent = <font size="1" face="verdana" color="red"> Password is sent to your mail Id. </font> But the message tag prints as...
0
903
thread by: pankhudi | last post Mar 11 '08 by: pankhudi
Hi everyone, I am trying to pass java variable's value to a shell script variable (linux).I just want to know if and how it can be done. Any help would be greatly appreciated.
0
906
thread by: rengaraj | last post Feb 8 '07 by: rengaraj
Dear Friends, Please proivde me a weblogic8.1 example along with the deployment steps. Advance Thanks. Rengaraj.R
0
906
thread by: anandnalya | last post Jun 7 '07 by: anandnalya
Hi, I've designed this small application. I want to know if there are some chances of race conditions, deadlocks or memory leaks in it. Please give your comments. The problem is that I need to do some task that takes about 3 minutes to complete. The same task can be submitted by multiple clients. So while a task is running, if another...
0
906
thread by: cloud7 | last post Jun 26 '07 by: cloud7
Good Afternoon Could you please advise on the following Java related message when I attempt to launch a link which other people can access. Is it anything to do with the version. I am currently running 1.6.0 and the other guys which works fine, is running 1.4.2.04 "&StyleTable.html.javascript;&StyleTable.NewToolbar.data;" I
0
907
thread by: nickyeng | last post Oct 29 '07 by: nickyeng
Hi all, i having a question in mobile development subforum, but i dont want to create a same thread in here. some more ppl here is more than ppl who go in mobile dev. subforum, so i decided to create this thread and giving the following url to let you go and take a look. What's Wrong with this class its urgent. thanks
0
908
thread by: xxhh11 | last post Jan 31 '07 by: xxhh11
Hi all, i am using apache tomahawk tree2 component and i get the tree item from DB. The code like: public TreeNode getTreeData() { List list = getMenuList(); TreeNode treeData = new TreeNodeBase("foo-folder", "Inbox", false); Iterator it = list.iterator(); HashMap menuTable = new HashMap(); while (it.hasNext()) { Eosmenu item =...
2
908
thread by: platina | last post Mar 9 '08 by: sukatoa
Hi, I am begineer of java sea.please tell how i am enjoy this sea.I want to master of java .How i learn to improve my knowledge.
0
908
thread by: Ram Sharma | last post Oct 20 '10 by: Ram Sharma
Hi all, I current have a java standalone thats suppose to be logging using commons-logging and log4j. However, its logging under JDK logger. I can verify that this JDK is not being selected by commons logging because commons-logging is not being recognised. Since I dont have any access to commons logging I can use its diagnostics debugging tool....
2
909
thread by: SAIRAAM | last post Feb 28 '07 by: SAIRAAM
Hi I want to know can we use XML in ECLIPSE

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.