| Thread | Last Post | Replies |
|
| $40,000 dollars in your PayPal account | 27 Mar 2007 08:05 GMT | 9 |
AS SEEN ON OPRAH! $40K IN YOUR PAYPAL ACCOUNT! (this really does work) That's Right $40,000 dollars in your PayPal account and that's NO BULL!
|
| [JComboBox]Read the index of item with X value. | 27 Mar 2007 06:20 GMT | 15 |
I've a ComboBox like the follow, obviously in the left column ther'are index and in the right column there are values (for example): 0 32 1 45
|
| RMI: ClassNotFoundException | 27 Mar 2007 05:52 GMT | 9 |
I am trying to setup a basic client/server, in which the server returns a List of Row objects. My directory structure is... C:\code\bin\ server\
|
| multiple super types for generics | 27 Mar 2007 05:08 GMT | 5 |
I am attempting to write a state machine interpreter (i.e. initalize it with a state machine definition and then pass input to it and it will either accept or reject the input). Each state is paramatized to contain a list of T or State<T>... i.e.
|
| Between C++ and web server | 27 Mar 2007 04:10 GMT | 9 |
Can the bright minds here point me to the java tools best suited to interfacing a C++ library with the widest range of web servers? Fundamental question from a Java newbie. I'm about to start a web app with the business logic contained in a C++ DLL (could be a COM object if
|
| Singleton - Whether Cloneable overrides Singleton | 27 Mar 2007 03:59 GMT | 4 |
public class ChummaEx implements Cloneable { private static ChummaEx moin = null; private String mName = null;
|
| IOException....try...catch... | 27 Mar 2007 03:58 GMT | 3 |
can someone please post me the correct code for the following code. I'd like to put the condition, mark must be minimum 0 and maximum 100 using Exception ( try ... catch ). /*
|
| storing data with variable numbers and types | 27 Mar 2007 02:01 GMT | 5 |
i have some data i want to store. in the code sample below, the key pieces of data i wish to store are the name of the function: like, parameter1: str1, paramater2: str2.
|
| Hibernate305: delete query fails with "must begin with SELECT or FROM" | 27 Mar 2007 00:17 GMT | 4 |
I'm using Hibernate 3.0.5, JDK 1.4.2, and Oracle 9i. I'm following the Hibernate 3.0.5 docs to build a query to delete rows from a table. My code looks something like this: -----------------
|
| hash collision and the HashMap | 26 Mar 2007 23:14 GMT | 4 |
If I have a HashMap<String,MyObject>, then the HashMap uses the hash of the String to place MyObject in its internal storage. If the hash for a String is the same as another String, then what? I assume that the hash collision mechanism uses toString() to resolve
|
| Reflection: Instantiate All Classes in a Package? | 26 Mar 2007 23:07 GMT | 18 |
I was wondering... Is it possible, by using Java reflection, to instantiate all classes existing in a package without knowing the names of those classes. I'm envisioning something like this (pseudocode):
|
| HttpSession | 26 Mar 2007 21:24 GMT | 4 |
I am working on a little project that I want to be able to run either as a Swing app or a web app. I need to use something for session management either online or offline and was wondering if there are any negative ramifications to using an object that implements HttpSession
|
| Choices - moving to Java environment | 26 Mar 2007 18:44 GMT | 7 |
I'm in a situation where I'm looking at moving from Perl (mod_perl/ Template Toolkit as well as Apache and MySQL) to Java. Though I've mostly programmed in Perl the last several years, I've also done some Java work...Tomcat 4 & 5, servlets/JSP (w/ JSTL and EL), a small
|
| Loading Applets | 26 Mar 2007 18:28 GMT | 4 |
Is there a way to conditionally load a java applet? ...There are some instances where my applet is not needed and therefore don't want the excess overheading of loading the applet. Any ideas?
|
| SNAKE GAME | 26 Mar 2007 18:23 GMT | 1 |
HI GROUP CAN I GET A LINK FOR SOURCE OF GAMES. BCOUS I AM MAKING A SNAKE GAME.
|