| Thread | Last Post | Replies |
|
| Recursion Usage and Concepts - Newbie Question | 17 Oct 2007 11:57 GMT | 65 |
I'm struggling with an assignment that involves using a 'quicksort' search for a user defined kth element within a list of numbers. The use of recursion is a requirement of this assignment.
>From what I understand, recursion breaks down a big task into smaller |
| newbie: setup of Runtime Environment | 17 Oct 2007 11:30 GMT | 3 |
I have installed Runtime Environment, Version 6 in directory /usr/java/jre1.6.0_02. I don't know what else I should do. Define some shell variables?... Could you help me please?
|
| Open Web Browser and pass URL with Query string | 17 Oct 2007 11:29 GMT | 2 |
Hi Gurus, I develop console application that Open Web Browser and pass URL with query string. My code is as below:
|
| Cleaning up after static member variables? | 17 Oct 2007 10:22 GMT | 4 |
I have a static member variable, in this particular case a Hibernate SessionFactory. It is initialized in a static block. The SessionFactory class has a close() method, which can free up resources related to the factory...
|
| Newbie question: Include external files | 17 Oct 2007 09:28 GMT | 3 |
OK, first off I admit I don't have clue about JAVA. I am a newbie noknow :) I want to launch an affiliate program, where publishers can include configurable feed from my site. Generation of the code in PHP is done, so publishers could simply ad <?php
|
| How is the JAVA and Oracle combination in market | 17 Oct 2007 08:58 GMT | 7 |
Hi Gurus, I need a advice on below. I have got 1.5 yr. exp. on Oracle 9i (SQL and PL-SQL). Now I have entered in JAVA and J2EE.
|
| Java & LAMP - being better or being popular ? | 17 Oct 2007 04:50 GMT | 14 |
I've invested many years into Java. I do not regret it - knowing Java has opened up so many more jobs and opportunities for me. We wouldn't dream of using anything else for enterprise middleware. However, on the website development front, you look at websites like
|
| DB2 With JSP | 17 Oct 2007 04:43 GMT | 4 |
Hii I want to know about connecting DB2 with Java Server Pages... Please enlighten me!
|
| Beautiful GUI programs | 17 Oct 2007 03:51 GMT | 5 |
I'd like to study the most elegant GUI Sudoku solvers written in Java. What is the most elegant one you've ever seen? Thanks,
|
| Session time out | 17 Oct 2007 01:38 GMT | 1 |
I am setting session time out object as null in Server , but on client side that object reference is not becoming null even after session time out .??
|
| Transaction rollback not working | 16 Oct 2007 23:56 GMT | 6 |
I am trying to get Transaction working with JDBC and Oracle database. In my below example, if I try and fail the second insert by putting in an invalid table name (called BadTableName), the rollback doesnt work because the first insert makes it into the database. Please advise how
|
| Edit/view JML file | 16 Oct 2007 18:07 GMT | 1 |
I have a Java application that exports data in .jml format. Is there an editor/viewer out there that can open and edit this file? When I drop it in notepad I get the "This is not a valid text file. It may be a binary file. Convert any NULL terminators to spaces and load
|
| how to call a function | 16 Oct 2007 16:12 GMT | 2 |
Hello, completely new to Java. I want to sort the values inside of array1[0]. array1 is : array1 = new int [2][50]. public void sort(){
|
| Rich text | 16 Oct 2007 15:26 GMT | 1 |
I would like some pointers to representing a "rich text" document as an object. Does java have inbuilt classes for rich text representation? I am not building any gui code, but I am investigating possibilities for
|
| Ant - determine file size | 16 Oct 2007 14:00 GMT | 5 |
I would like to add the file size to a variety of JNLP (XML) files that are generated by ant, as are the (Jar) files themselves. It confounds me that there seems to be no way in
|