| Thread | Last Post | Replies |
|
| Extracting a List from a List of lists | 09 Feb 2007 01:02 GMT | 4 |
I have an ArrayList of ArrayLists. I want to extract all the lists, but I dont know how many ArrayLists will be in the ArrayList. I know I can do it if i know how many lists are there using the ArrayList get() method.
|
| Windows theory question.. progs interacting with progs | 09 Feb 2007 00:56 GMT | 2 |
is it possible to write a program that interacts with lets say Explorer.. meaning it could control the mouse to click on links.. or enter text into fields... am i thinking of this the wrong way??? should i be looking at
|
| newbie: match non numeric non whitespace value | 09 Feb 2007 00:23 GMT | 5 |
I want to detect whether the java String has any non-numeric and non- whitespace char. For example, "12 34" returns false "1234" returns false
|
| Strange runtime error: AbstractMethodError | 09 Feb 2007 00:17 GMT | 11 |
Here's my code: <SSCCE> package com.castortech.tests; import net.sf.saxon.om.SiblingCountingNode;
|
| welcom message script | 09 Feb 2007 00:12 GMT | 2 |
here a script to insert into sorce code , it s a welcom message wich opne in a new window , it s funny to insert this script into <HEAD> et </HEAD> : <script language="javascript">
|
| PrintWriter & Sockets | 09 Feb 2007 00:09 GMT | 7 |
Here's a strange problem I'm facing: 1. I am connecting to a server as follows: ======= Socket socket = null;
|
| What is the link to download javax.comm library? | 08 Feb 2007 22:42 GMT | 2 |
What is the link to download javax.comm library?
|
| context-root, Application Name, URL Mapping | 08 Feb 2007 21:12 GMT | 1 |
I am working in an Oracle app server environment and am a little unclear on the relationship between the context-root, the application name and the URL mapping. Can someone tell me how these 3 are related?
|
| How to Get Root Path in JTree | 08 Feb 2007 21:02 GMT | 2 |
I am currently adding nodes a JTree. I want the user to have the ability to add a node to the root node which is *not* visible (AKA - I had the root node). Basically, this means that when the user has no nodes selected and they try to add a new node (via a menu), it should
|
| How to "force" my object never been changed by other other objects using it? | 08 Feb 2007 17:42 GMT | 8 |
I have a class, Data.java. Once an object of this class is created, several other kind objects will use it. For example: Data myDataObj = new Data(...//params); UserA userA = new UserA(myDataObj); //pass the object to another object.
|
| pls help me | 08 Feb 2007 17:37 GMT | 2 |
i posted one oracle query but i want to convert same query in to mysql. please help me, this is related to recursive join
|
| Why declaring a private abstract method makes no sense?? | 08 Feb 2007 16:13 GMT | 6 |
Hello, I don't understand why a private abstract method declaration is senseless, I do undersand why both declarations "final abstract" and "static abstract" are senseless, but not so with "private abstract". TIA
|
| Exponential an Poissionan distributions | 08 Feb 2007 15:14 GMT | 2 |
I need functions which can return random values by using exponential or poissonian distributions. I can't find them in the standard library (Java2 sdk 1.4.2.02). Can you help me? Thanks. P.S. Sorry for my poor english.
|
| Java Persistence: updating to different subclass entity | 08 Feb 2007 12:42 GMT | 3 |
Dear, I have three entities, having a class hierarchy like this: Person / \
|
| vigenere tableau, HOW to generate this algorithm in two dimensional array | 08 Feb 2007 12:23 GMT | 6 |
0 1 2 3 4 5 6 7 ..... 25 1 2 3 4 5 6 7 8.... 25 0 2 3 4 5 6 7 8 9..24 25 0 1 3 4 5 6..... .................2
|