| Thread | Last Post | Replies |
|
| Is this recursion? | 31 Jan 2007 17:36 GMT | 5 |
This is the ole reverse a string classroom assignment. Recursion is soemthing I never quite understood till now but as I perceive it, for a method to be considered recursive, it MUST have a base case and a recursive step.
|
| JSP won't compile... error contains no info...... | 31 Jan 2007 15:33 GMT | 1 |
I've been working on this project for about two weeks now, all of a sudden since last Sunday evening my JSP's won't compile (sometimes what happens is JSP loads fine, but if I reload it I get this error..) usu when a JSP won't compile it's a syntax error and error-msg says what
|
| New line in a JTextArea (student learning here) | 31 Jan 2007 02:10 GMT | 16 |
How does one append to a JTextArea in such a way to tell it that you want this on a new line? Thanks.
|
| Is there an easy way to find the right class? | 30 Jan 2007 23:58 GMT | 17 |
The API has tons of classes and stuff right? So if I'm writing a program in Java, how would I find the right class and package? Let's say I'm writing an app and I need a class that will take a database object and store it in some sort of list that will let me easily add and
|
| Brand new to Java student | 30 Jan 2007 19:56 GMT | 6 |
I am taking a course and we are using Java as our language. I haven't used Java before so I am VERY new. I have an application that I am writing that gets a string from user input (called type). If the value of the string is "C" then I am
|
| Arraylist | 30 Jan 2007 17:56 GMT | 6 |
Hi. i am creating a program in which a user can add a car, view the list of car, delete a car and search for a specific car. i can't go any further because i am having problems in creating a method of adding a car using Arraylist. i know i can't return the whole
|
| Clicking on Sun Java Plugin installation evokes 3 basic java setup questions | 30 Jan 2007 11:02 GMT | 5 |
Can you advise me, a Windows XP user who knows nothing about Java. Here's what transpired moments ago when I pointed my browser to dslreports.com for the first time and I elected to "install the java plugin".
|
| new java group | 30 Jan 2007 03:06 GMT | 1 |
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.
|
| HTTP 500 Tomcat help | 29 Jan 2007 14:53 GMT | 2 |
Group, I'm getting an HTTP 500 Status error using Apache Tomcat. I'm learning Servlets and JSPs from the Head First book. I've searched the groups and on the Internet, and can't seem to resolve my problem.
|
| Cannot clean up Evaluator.java code - errors involving javax.tools.* | 29 Jan 2007 14:45 GMT | 12 |
[CODE] /* * Evaluator.java *
|
| rounding a float to on decimal place | 29 Jan 2007 10:52 GMT | 2 |
Apologies if this is a daft question but is it possible to round a float to one decimal place , say 3.4467823 to 3.4. Math.round returns the next int. I kinda need the one decial place Thanks
|
| How to move text in java | 29 Jan 2007 08:31 GMT | 2 |
I want to move text from bottom to up in java. I want to move multiple lines of text one after other just like starting of a movie. How can i move text in java. Plz help me.......
|
| How do you execute a JAR file? | 29 Jan 2007 07:57 GMT | 19 |
I'm sorry this is so basic, but I honestly do not know how to do this nor can I find anything online here or anywhere via Google to help me with this one. I have a JAR file that I created on another machine using JDK 1.6.0
|
| altenatives for double is mathematical integer | 29 Jan 2007 03:44 GMT | 6 |
Can anyone show me alteratives to the following for finding if a given Java double is an mathematical integer? Thanks,
|
| How to detect blank input using Scanner? | 29 Jan 2007 02:22 GMT | 5 |
I'm still a newbie in Java and I've searched the web for an answer but have not been able to find any. All I want is to do this: - Ask user for file name to read
|