| Thread | Last Post | Replies |
|
| Download the JAVA , .NET and SQL Server interview PDF | 27 Sep 2006 10:42 GMT | 1 |
Download the JAVA , .NET and SQL Server interview sheet and rate yourself. This will help you judge yourself are you really worth of attending interviews. If you own a company best way to judge if the candidate is worth of it.
|
| looking for a class | 27 Sep 2006 10:41 GMT | 3 |
I am looking for a class that I can create an option window. It should be like a JOptionPane, however, I want to be able to add and catch multiple fields and field values. thanks
|
| Need some help to get this compiled with javac -- Eclipse reports no errors | 27 Sep 2006 10:37 GMT | 2 |
I have some issues where Eclipse compiles fine, but javac gives errors. This seems to be a bug in both javac and the jls, but I want to get my classes compiled anyway, be it in a buggy compiler... I distilled the main problem down to this:
|
| XML Xalan error on linux | 27 Sep 2006 10:02 GMT | 1 |
I'm getting a tedious problem under linux, using xalan. [The resource [ org.apache.xml.serializer.XMLEntities ] could not be found] at org.apache.xml.serializer.CharInfo.<init>(CharInfo.java:290)
|
| Help Required!! SQLException: Io exception: Connection reset by peer | 27 Sep 2006 08:59 GMT | 1 |
I am getting this error while uploading an .xls file to oracle DB throug my struts app. Can anyone help me with this.Following is the stack trace: java.sql.SQLException: Io exception: Connection reset by peer: socket
|
| Posting chinese letters to a servlet | 27 Sep 2006 07:11 GMT | 2 |
I have a html form which I use to send text info to a servlet, but when it receives this text in a language such as chinese (cut and pasted from a chinese site) the servlet can't recogise it and see's only ?'s or character number 65533. How do I go about getting the servlet to ...
|
| Hibernate over-verbose logging | 27 Sep 2006 06:44 GMT | 3 |
Is there any way to disable logging in Hibernate? A lot of what is logged is useless to me...
 Signature Steve Sobol, Professional Geek ** Java/VB/VC/PHP/Perl ** Linux/*BSD/Windows
|
| Oracle Pl/Sql Developer --- Opportunity | 27 Sep 2006 05:39 GMT | 1 |
Please find the requirement details as follows Oracle Pl/Sql Developer Location: Louisville, KY Duration: Long-term
|
| Error Code Help? | 27 Sep 2006 03:21 GMT | 4 |
Can some one tell me why I'm getting this error? I really don't understand why it shouldn't work.
> Executing: C:\Program Files\ConTEXT\ConExec.exe "C:\Program > Files\Java\jdk1.5.0_07\bin\javac.exe" "GradeBookTest.java" |
| Cant a class extends a abstract class and implements a interface at once?? | 27 Sep 2006 01:47 GMT | 8 |
Hi, i`m a beginner in java, and i found a strange question when i learning "interface", can anyone help me?! just like :
|
| Exception with datasource connection..help me!!! | 27 Sep 2006 00:49 GMT | 1 |
i've a question... i've a jsf (1.1.0.1) application that works fine with Exadel Studio Pro 3.5.1. Now i'm trying to update my Exadel to use version 4.0 that use Tomcat
|
| what is a helper class ? | 26 Sep 2006 23:43 GMT | 11 |
I want to know , what is a helper class ? i have seen this term is frequently used in EJB, JAVA ,JSP in many places. and it seems to me they have different meaning in different context.
|
| How: convert byte[] to hex encoded string | 26 Sep 2006 23:36 GMT | 6 |
I want to covert the byte to hex encoded string. Any pointers how to do that , would be really appreciated. Regards, Gaurav
|
| new byte always initialized to 0? | 26 Sep 2006 22:54 GMT | 3 |
Consider the following code: byte b[] = new byte[34]; for (int x = 0; x < b.length; x++) {
|
| class literal | 26 Sep 2006 21:26 GMT | 2 |
Does this explain in the java documentation? Is this a key word? What is the purpose of this? Thanks.
|