| Thread | Last Post | Replies |
|
| String and Char Help | 03 Feb 2007 08:23 GMT | 11 |
I have a few questions but first here is my code. public class CountVowels { public static void main(String[] args)
|
| hi 2 all | 03 Feb 2007 07:30 GMT | 15 |
i wanted u know which book is good 4 a jsp/j2ee/servlet beginers
|
| how to encapsulate JAI and ImageIO classes into jar file without installing them | 03 Feb 2007 07:23 GMT | 1 |
I've finished my application design and been told that the project would be published to web for user downloading. This application imported a few classes from JAI and ImageIO, which requires initial APIs installing .It shouldn't be a issue if user or IT person can
|
| Javadoc including "java.lang.String" instead of just "String" for return values | 03 Feb 2007 07:14 GMT | 2 |
How does one get the javadoc utility to show just "String" instead of "java.lang.String" in its output? I've noticed that, for example, Sun's "awt.TextField.ParamString()" method is documented as follows, and I'd like to make mine appear this way
|
| Trouble getting past the loop. | 03 Feb 2007 04:30 GMT | 5 |
I'm writing a program that is supposed to read in any number of hex values (3c 4a 5b 45 ect), convert them to binary (in this case 111100100101010110111000101). The program then counts the number of ones in the sequence. Also, it is to figure out the longest sequence
|
| Spell checking with Java | 03 Feb 2007 03:33 GMT | 2 |
I am looking for a module which allows spell checking. Since the project is in Java, it would be good if the spell checking is also in Java. I googled and found J(A)spell and Jazzy, but I don't have any experience with those projects, and I am not sure how their quality
|
| How is the max value that you can set with the -Xmx param for heap size of the java jvm determined? | 03 Feb 2007 02:45 GMT | 5 |
I would like to instantiate the java jvm with a larger max heap size. I use the -Xmx parameter to do so. I have discovered though that the value you can specify here differs from box to box. I assume its related to the physical and swap memory. Is there a formula that can
|
| java -nio- reading a file- whats wrong with this | 02 Feb 2007 22:38 GMT | 3 |
java.io.FileInputStream zipStream = new java.io.FileInputStream (path); File file=new File(path); System.out.println(file.length());
|
| ActionEvent / EventListener in a web app? | 02 Feb 2007 18:18 GMT | 1 |
I am facing a strange situation. I have been using AJaX and I have created a situation where it seems the best solution would be to add ActionEvents and EventListeners to some of my servlets. Good Idea? Bad Idea? Harmless?
|
| Eclipse breakpoints | 02 Feb 2007 18:16 GMT | 2 |
Usually when using the Eclipse debugger when I add a breakpoint a blue "dot" icon with a tick appears in the gutter of the source code. Sometimes though all I get is a blue dot with no tick and the code does not suspend execution at the breakpoint. Why is this? No warnings
|
| is this correct? | 02 Feb 2007 17:49 GMT | 8 |
hi i was wondering if this is the correct way to initialize an arrayof linked list like this LinkedList [] Separate = new LinkedList []; ???
|
| EXcellent consultants available immediately with us | 02 Feb 2007 17:24 GMT | 1 |
Let me present you with list of consultants currently available. Name / Job Title Summary Ramchandran/Java
|
| servlet accessed from url with subdirectory | 02 Feb 2007 16:36 GMT | 6 |
I have a servlet that I'd like to access with a url that includes a subdirectory; e.g., www.whatever.com/mysubdir/MyServlet (because that subdirectory is a protected area with associated jsp's). But, I can't seem to get a configuration that will map a request to the
|
| JVM/Java memory footprint | 02 Feb 2007 11:50 GMT | 16 |
Though I have some three four years experience in C++ ,I did not have that much oppurtunity to work in Java. Currenly I was doing some analysis for a very simple CLI and was surprised to come with a memory restriction. I found that if I use Java for developing the CLI
|
| Java API sound | 02 Feb 2007 10:26 GMT | 19 |
I'm trying to use JAva sound API but I have an error on some computers with this code : import javax.sound.sampled.AudioSystem; import javax.sound.sampled.BooleanControl;
|