First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
parsing dates in a string
Could someone show me the best way to parse the first occurrence of dates (could be in different date formats, MM/dd/yy, yyyy/MM/dd, etc.) in a string preferably without using regular expression? Thank you. ... 28 Jun 2010 18:22
Signature collision between methods in superclass andinterface: suggestions?
On Mon, 28 Jun 2010 00:32:41 -0700, Roedy Green wrote: On 27 Jun 2010 21:55:04 GMT, Simon Brooke <stillyet+nntp(a)googlemail.com> wrote, quoted or indirectly quoted someone who said : Is there any way in which both can be satisfied? Eiffel has a renaming feature to resolve such conflicts, but within... 28 Jun 2010 15:02
TYPE_SCROLL_SENSITIVE
please look at the doc for ResultSet http://java.sun.com/j2se/1.4.2/docs/api/java/sql/ResultSet.html#TYPE_SCROLL_SENSITIVE TYPE_SCROLL_SENSITIVE public static final int TYPE_SCROLL_SENSITIVEThe constant indicating the type for a ResultSet object that is scrollable and generally sensitive to changes made by oth... 4 Jul 2010 15:32
Signature collision between methods in superclass and interface:suggestions?
I've been writing Java since Java 1.0, but three years ago I was switched to the dark side, so I've been writing C# for a while; I'm refreshing my Java skills and am certainly rusty. If this is a silly question please do say so. I'm trying to build a tiered map, such that when the map is searched for a key, ... 28 Jun 2010 08:23
Open source type coercion framework?
I'm rewriting a library I wrote back in 1997, bringing it up to date with Java 6 and at the same time trying to replace as much as possible of my own custom code with relatively well-known standard libraries for ease of maintenance. One of the particularly useful things my library could do was take an arbitr... 27 Jun 2010 06:19
How to check if object is an instanceof a class, but not a sub-class ?
On 06/26/2010 06:21 PM, Martin Gregorie wrote: On Sat, 26 Jun 2010 11:53:23 -0400, Arne Vajhøj wrote: I would even say that #3 is sometimes practical, but it is not good OOP. Then the geometric drawing example that's often seen in teach-yourself Java and C++ books where Point is defines as a c... 26 Jun 2010 19:34
connection pool
We write Context ctx = new InitialContext() javax.sql.DataSource ds = (DataSource)ctx.lookup("jdbc/oracleLink"); Connection con = ds.getConnection(); We get connection now. Is there any way to get minimum, current and maximum number of connections in the pool at this part ? ... 28 Jun 2010 21:38
How to check if object is an instanceof a class, but not a sub-class ?
On 06/26/2010 03:15 AM, Eric Sosman wrote: That way lies madness. There are no Parrot instances in the real world, True. Since the human mind is too small to encompass all individual things in Nature or in imagination, it is eventually necessary to generalize, True again, but it has noth... 26 Jun 2010 13:00
Call for Papers Reminder (extended): World Congress on Engineering and Computer Science WCECS 2010
Call for Papers Reminder (extended): World Congress on Engineering and Computer Science WCECS 2010 CFP: World Congress on Engineering and Computer Science WCECS 2010 Draft Paper Submission Deadline (extended): 16 July, 2010 Camera-Ready Papers Due & Registration Deadline: 30 July, 2010 WCECS 2010: San Francisco,... 26 Jun 2010 05:27
Broadcasting in Java but NOT MulticastSocket
Hi I'm looking for a solution to send video to multiple recipients. Already browsed: http://java.sun.com/docs/books/tutorial/networking/datagrams/broadcasting.html But for me there is the possibility of using this. (Network problems) Is ther any other solutions to Broadcasting video in java without overloadin... 27 Jun 2010 23:45
First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27