| Thread | Last Post | Replies |
|
| Funny DecimalFormat problem | 22 Feb 2007 13:00 GMT | 1 |
I have a class like so - public class test { private static final DecimalFormat CLASS_DECIMAL_FORMAT = new DecimalFormat("00");
|
| More newbie questions | 22 Feb 2007 12:36 GMT | 15 |
(newbie question thread consolidation thread) Let me preface by saying I'm taking a java class, and my instructor likes to see us maximize the usage of the collections framework whenever possible. He wants an efficient oop design. I can get my code to run and do what I want,
|
| Get Parameter from URL | 22 Feb 2007 12:30 GMT | 4 |
I am passing two parameters from a JSP as follows -: <jsp:forward page = "NewTJQRSuccess.jsp?pttquotationrequestid=< %=pttquotationrequestid%>&pttclientid=<%=pttclientid%>"/> On NewTJQRSuccess.jsp, I can retrieve pttclient id with the
|
| Debugging an applet or JApplet in an IDE? | 22 Feb 2007 09:02 GMT | 3 |
Is it possible to debug an applet or JApplet in an IDE? How?
|
| A template question. | 22 Feb 2007 08:47 GMT | 3 |
I have a question about type parameters. Class Log is concrete one I expected. Log l; l.setValue(10);
|
| Inheriting methods - what to put in super class. | 22 Feb 2007 05:09 GMT | 3 |
I have a class, Item. I have subclasses, CD, DVD, Book, etc (public class Book extends Item). In the subclass Book, for example, I have a method that returns the author of the book. I want to call this from a class outside of the Item class, and I do it like this:
|
| trouble passing float array from C to java method | 22 Feb 2007 00:10 GMT | 11 |
I have a float array, and I am trying to pass it to a java method, but it craps out during the call to pass the array. Anyone have any ideas? Here is the header for the java method: public void addPoints(final float[] scopePoints)
|
| Steve Jobs Dismisses Java As "Heavyweight" in an Age of Lightweight Computing | 22 Feb 2007 00:07 GMT | 18 |
"These are curious times just now for Java. In one and the same month, Steve Jobs stands up, and declares – referring to language support on the new Apple iPhone – “Java’s not worth building in. Nobody uses Java anymore. It’s this big heavyweight ball and chain.” And in the same
|
| browser developed using swing library | 22 Feb 2007 00:00 GMT | 4 |
ive used jeditorpane n jframe in my browser.its purely based on swing components.the problem is that google gets displayed but i cant search nething on it...gmail doesnt get displayed at all...quite a number of pages aint displayed for that matter..what shuld i do,plz help!!!!
|
| Europe Tests Established Chemicals on Millions of Animals | 21 Feb 2007 23:41 GMT | 1 |
Tony Nottingham England 21 February 2007
|
| Linked Lists newbie question | 21 Feb 2007 22:12 GMT | 2 |
I'm still pretty new to java and I'm having trouble understanding how to reference a node. I've written 2 classes, a node class with mutator and accessor methods and a linked list class. I need to write a method within the linked
|
| Regualr Expression Puzzle | 21 Feb 2007 21:47 GMT | 3 |
Here's my pattern: "\\b[A-Z]([A-Z0-9]|([+-_/&](?=[A-Z0-9])))+\\b" This pattern finds the string F1.3 . For the life of me I can't figure out how the dot gets sucked in. Seems like it should find F1 . Can someone explain?
|
| Licensing of Enterprise Java Software | 21 Feb 2007 21:00 GMT | 4 |
I have produced a piece of Java enterprise software (using only Java and open-source components) and I considering my potential options when it comes to selling and licensing the product. It is a business critical/core application for certain finance-related companies - a kind of ...
|
| external processes | 21 Feb 2007 20:56 GMT | 2 |
I'd like to know what is a safe way to deal with an external process which we're *sure* won't be generating any output on stdout/stderr nor expecting any output on stdin.
|
| How to check variables for uniqueness ? | 21 Feb 2007 20:18 GMT | 78 |
I have eight variables : var1, var2... var 8. All types String. How to check that each variables has unique values ? Thank you for your help, xtanto
|