| Thread | Last Post | Replies |
|
| RSA Key Format | 05 Apr 2007 18:16 GMT | 1 |
Good Afternoon! Can anyone tell me what the format of the key below is? I need to be able to convert that into a public key that my program can use, and then export my public key in that format to exchange with someone.
|
| Schrodinger's regular expression | 05 Apr 2007 17:52 GMT | 3 |
I have a block of code that can be summed up like this Pattern pat = Pattern.compile("..."); Matcher m = pat.matcher("..."); System.out.println(m.matches());
|
| Eclipse not display warning if try catch is not present | 05 Apr 2007 17:50 GMT | 6 |
can you help me ? i write this: sf = (SessionFactory) super .servlet
|
| java.sql.Date returning wrong date | 05 Apr 2007 17:42 GMT | 7 |
Hi can you assist me in finding the root cause of this problem. I am converting a simple date of "2007-04-20" to SQL date. However for some reason the conversion is not working. It seems to be defaulting too 2007-01-20. Hmm.. perhaps its the getTime() not returning the
|
| write Excel through servlet | 05 Apr 2007 16:08 GMT | 2 |
Here is my servlet: public void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException{
|
| Requirements For A Visualization Software System For 2010 | 05 Apr 2007 15:24 GMT | 8 |
REQUIREMENTS FOR A VISUALIZATION SOFTWARE SYSTEM FOR 2010 Xah Lee, 2007-03-16 In this essay, i give a list of requirements that i think is necessary for a software system for creating scientific visualization for the
|
| Exception in thread "main" java.lang.NoClassDefFoundError: Just | 05 Apr 2007 15:24 GMT | 11 |
class Just { public static void main(String[] args) {
|
| Handling (retain) special characters when parsing XML? | 05 Apr 2007 14:47 GMT | 1 |
We need help with processing special characters when processing XML consecutively first by SAX and then converting that output into DOM. This is what we do: The input XML has all special chacters like ampersand replaced with
|
| Q: Constructors Polymirphisms | 05 Apr 2007 14:20 GMT | 2 |
In my class I'd like to have 2 constructors with different signature (arguments). I'd like one to call the other, something like the following example. //------------------------------------------------------------------
|
| problem with database connection | 05 Apr 2007 12:42 GMT | 1 |
I am developing an application using swing on netBeans 5.5 . For database I make connection with MySQL 5.0 database with driver Connector/J. I was able to make connection.But I am not able to insert records into database from GUI.
|
| Scope of static class variables | 05 Apr 2007 11:40 GMT | 16 |
One of my classes contains static variables that are set by the program. If the program is executed several times (distinct execute commands, but the same VM and the same code base), will the two program threads
|
| Generics and reflection | 05 Apr 2007 06:22 GMT | 2 |
I have this really ugly thing regarding generics and reflection (and probably one of those type-erasure weaknesses): Suppose I have this: public interface Delegate<Ret, T> {
|
| Quick way to initialize array with all zeros | 05 Apr 2007 06:18 GMT | 18 |
I want to initialize a large array with 0's... do I have to use a for-loop or is there some trick to accomplish this?
|
| getting the width and height of a String to draw a rectangle around it | 05 Apr 2007 05:57 GMT | 3 |
I have to draw (using Graphics or Graphics2D) a rectangle around a String. How do I get the width and height of a String to draw a rectangle around it? It seems there are many factors (i.e. Font/Face). A simple example would help me.
|
| Threads Program | 05 Apr 2007 05:02 GMT | 2 |
Hello friends, I am new to Java and I need your help in doing these thread programs 1) Create 2 threads. First thread provides a string to the second
|