| Thread | Last Post | Replies |
|
| constructor from diffrent class | 29 Jul 2007 21:36 GMT | 3 |
As above I have two classes : abstract Stack and class Function, with Function holding one instance of Stack. Now, when calling constructor for Function I would also to call it for Stack. The problem is I got : unresolved symbol error: Stack(). What should I do ? Both files Stack ...
|
| Java file reading | 29 Jul 2007 20:27 GMT | 2 |
Are there any guidelines on how long you can keep a filereader open on a file for? What exactly is java doing when it opens a filereader? I think some operating systems will force the connection shut after a certain amount of time but not sure.
|
| upgrading jdk | 29 Jul 2007 20:09 GMT | 3 |
i have been using jdk 1.4.2 and now i want to upgrade to 1.6. How will this affect the programmes that have been running afterwards? what changes will i have to make for weblogic server and tomcat?
|
| How do you read the content of internal web pages? | 29 Jul 2007 16:26 GMT | 6 |
I have the following jsp pages on different tomcat web servers: http://serverone/bugs/download.jsp?num=1234&file=Jul25.txt http://servertwo/bugs/download.jsp?num=1234&file=Jul25.txt http://serverthree/bugs/download.jsp?num=1234&file=Jul25.txt
|
| JFX how to send data to a web site | 29 Jul 2007 05:55 GMT | 1 |
well hi there i am trying to learn JavaFX script these days it is interesting i wounder how can i send data as http request to a server-side script such as jsp or php
|
| Oracle JDBC error | 28 Jul 2007 21:38 GMT | 3 |
I'm getting this error doing an SQL insert: java.sql.SQLException: ORA-01745: invalid host/bind variable name I know there's no invalid names in the insert because I can insert data into the table by hand over sqlplus.
|
| Hai | 28 Jul 2007 18:16 GMT | 2 |
|
| Java & XML-DOM. Change the tag name of an Element object. | 28 Jul 2007 17:21 GMT | 2 |
Using the Java package org.w3c.dom, I have an Element object. How can I change the tagName of a given Element? There is the method Element.getTagName(),
|
| SCJP | 28 Jul 2007 14:59 GMT | 4 |
can any body suggest me the site from where i can download lots of scjp practice papers free of cost ? thanks
|
| Reading Data From An XML File | 28 Jul 2007 14:18 GMT | 8 |
Since this obviously changes over time what is currently the most effective way to read parts of am XML file? Thanks!!
|
| A case for a global (i.e., public static) variable? | 28 Jul 2007 03:19 GMT | 5 |
Many people seem to think that global variables are generally a bad thing, and I'd be curious as to how those who take that view would address a problem that I've addressed using a global. Are there viable alternatives or is this one place where the use is justified?
|
| where do i get the JVM source code | 28 Jul 2007 01:13 GMT | 2 |
hi does any one know where can i get the 1.4.2 JVM source code if there's a version more specific i'd be happy to hear about it
|
| JBoss and Hibernate cannot create table | 27 Jul 2007 23:30 GMT | 1 |
while runningJboss 4.0.5. GA and EJB3.0 i get the following message while automatically exporting the schema of an entity to the HSQL database: 23:32:47,924 INFO [SchemaExport] Running hbm2ddl schema export
|
| File reading in a .war file? | 27 Jul 2007 20:54 GMT | 1 |
I've been tasked with writing code that simply reads values from a properties file. The executing code will reside in a .war file and be run on JBoss. I'm not able to test the code under JBoss at this time. The code below works properly when tested via a main() method but I've
|
| String.equals() | 27 Jul 2007 16:21 GMT | 22 |
I want to write this simple code in java: -------------------------------- String oldText, newText; // BLABLA........
|