| Thread | Last Post | Replies |
|
| new java group | 05 Feb 2007 17:51 GMT | 15 |
I've created a new group called java-unlimited. It is devoted to show the unlimited power of the java technology and to to talk about all the aspects of java. So please feel free to join us.
|
| .How can we access the mobile file system using J2ME ? | 05 Feb 2007 17:49 GMT | 12 |
1.How can we access the mobile file system using J2ME in netbeans 5.0....I have created a j2me application in netbeans 5.0 using visualMidlet.Now i have to access the mobile file system to send the files stored inside mobile to a
|
| Core Servlets and JavaServer Pages™: Volume 1: Core Technologies, 2nd Edition | 05 Feb 2007 17:30 GMT | 1 |
i am reading the book "Core Servlets and JavaServer Pages™: Volume 1: Core Technologies, 2nd Edition " . Publish Date : August 26, 2003 . Does anybody know the offical website of this book , previously it was
|
| Are you outsourcing software development? | 05 Feb 2007 16:32 GMT | 1 |
Methods & Toosl is currently conducting a one-question poll to know if your internal applications are developed exclusively inside your organisation or if you use outsourcing software development services. Go to www.methodsandtools.com/dynpoll/vote.php to participate and to
|
| Converting a Java String to XML with escape characters | 05 Feb 2007 16:19 GMT | 5 |
I would like to convert a Java String to an XML formatted string with escape characters. For example turning "&" to "&", "<" or "<", and so on. Is it possible to achieve this without resorting to external
|
| Display a graph in my page | 05 Feb 2007 15:18 GMT | 1 |
I need to diplay a graph in my page, whose value is taken from database in SQL, Please advice me a feasible way Thanks in advance for help
|
| BigDecimal to power of BigDecimal | 05 Feb 2007 14:49 GMT | 3 |
I have a problem with calculating expression, in which I have to use BigDecimal1 ^ BigDecimal2 BigDecimal.pow() isn't suitable - as far as I know, it requires int as an parameter, and both my numbers are BigDecimals.
|
| Monitoring native threads using JNI | 05 Feb 2007 12:45 GMT | 3 |
I have simple java application which monitors a directory (on windows). Monitoring part is in c++ and i want to call that from java using JNI. I search web, but couldn't get a reasonable response. Is there a way to listen or monitor a native thread. Coz c++ part of the
|
| jdbc | 05 Feb 2007 12:03 GMT | 2 |
what is the difference between resultset and rowset
|
| jdbc | 05 Feb 2007 11:40 GMT | 1 |
what is the difference between jdbc1.0 and jdbc2.0
|
| Get and Post issue | 05 Feb 2007 11:21 GMT | 1 |
I have a certain doubt regarding get and post method. Suppose I have a form <form action="abc.jsp?var=apply&var2=get" method="post"> will the server be able to get me the parameters both from form post
|
| Jar file only works on my pc | 05 Feb 2007 11:14 GMT | 23 |
Hello! I've created a jar file, works fine on my pc (in any directory) but won't work on anyone elses computer. (One person got the "can't find main class" message") any ideas? this is the first time I've ever created a jar file
|
| Forcing local scoping | 05 Feb 2007 11:01 GMT | 2 |
Is there any way of forcing local scoping that's a little cleaner than using an anonymous inner class? I need to be able to enforce some before entering block and after entering block actions. Anonymous inner classes seem a little kludgy.
|
| Parallel Port | 05 Feb 2007 10:44 GMT | 1 |
I want to use Parallel Port in my application and I want to know if there are people who have do it and if I have example of the code. Thank you
|
| Quicksort infinite loop | 05 Feb 2007 10:39 GMT | 6 |
I think I am going into an infinite loop with my quicksort implementation. Here is my call: quicksort (list);
|