| Thread | Last Post | Replies |
|
| Why mutable/immutable can't be valid class qualifier? | 08 Mar 2006 16:46 GMT | 4 |
I used to be uneasy at the fact that immutability of a class object is only casually mentioned in some tiny corner of the API documentation. And I wonder why we can't do:
|
| User logged only from one browser ! | 08 Mar 2006 16:43 GMT | 3 |
I get in my applications in this way : In web.xml i have this <login-config> <auth-method>FORM</auth-method>
|
| NetBeans: Problem with JFrame background color | 08 Mar 2006 14:17 GMT | 2 |
Hi to all, I'm using NetBeans 5.0 and I have this odd problem with the background color of my JFrame (I have only one frame): a) when I create the first instance of the frame as the main window,
|
| Optimised String Concatenation? | 08 Mar 2006 13:01 GMT | 2 |
Sorry if this topic has been beaten to death, or if there's an FAQ (kindly point me to it); I'm a bit baffled by the following behaviour: ----------- public void testTiming() {
|
| Toward more extensive use of final | 08 Mar 2006 11:40 GMT | 17 |
I have been working with IntelliJ which keeps making suggestions to improve you code. One thing it likes to do is add finals wherever it can. This presumably helps the compiler generate better code at it makes
|
| Why one of the reasons to say that a design is bad is about deployment??? | 08 Mar 2006 11:22 GMT | 3 |
Sorry, my english is very bad. I'm studying a example about rectangles. I don´t have the source code. The Rectangle class has two methods shown. One draws the rectangle on the screen, the other computes the area of the rectangle. Two different
|
| silly java puzzle | 08 Mar 2006 10:06 GMT | 6 |
This is a puzzle for people with too much time. How can you create an outer class that nobody but you can call, not even members of your same package? Hint enum was not always a reserved word.
|
| Assigning User input to an array | 08 Mar 2006 09:49 GMT | 17 |
I want to store values received from the user in array and then to output the values on the screen. I'm new to java and am having problems setting up the array and assigning the values to the array. Here is my code so far not sure where to go with it. My code is working
|
| How can I configure multiple instances of JRE on my machine | 08 Mar 2006 08:03 GMT | 1 |
I always have trouble when working with the applications that have a hardcoded specification to use a particular version of JRE. How can I keep mutiple versions of JREs on my machine and how can I select one of them to be used within the internet explorer at a time.
|
| TreeMap printout order | 08 Mar 2006 05:14 GMT | 3 |
DATAs are being put in a TreeMap, how could I make sure that these datas are being print out in the order they are read in ? For example, I have datas as: "07/20/2005", "NY",
|
| Recursively collecting object fields | 08 Mar 2006 04:53 GMT | 3 |
Is there any algorithm to recursively collect object fields during the runtime in java using reflection mechanism. The process is similar to object serialization in java. if the object contains a field which is an object , i have to
|
| Java Newbie Question | 08 Mar 2006 03:54 GMT | 6 |
I am just getting started with Java, and come from a background in Microsoft languages ... I am having a grand ole time with all of the Java Lingo. How do I sort out all of the acronyms ... J2EE, J2SE, J2ME, servlets, applets, etc., etc. Or does this just come with time???
|
| How to decide at runtime which concrete class implementation to instantiate | 08 Mar 2006 03:46 GMT | 7 |
I have a class that uses composition of interfaces. I want to be able to allow users to decide at run-time which implementations of these interfaces to instantiate. What is the best way to do this? Are there any frameworks out there? Is there some design pattern for this?
|
| How do i do if-else condition in Struts ? | 08 Mar 2006 03:38 GMT | 5 |
How do i do if-else condition in Struts ? logic:equal does not do it . how struts tag could be used in the JSP page for an if-else condition ? how to do it ?
|
| Getting error when compiling with printf | 08 Mar 2006 01:02 GMT | 7 |
Hi all.. I'm getting an error when trying to compile an adaptation of my HelloWorld program.. The code looks something like this:
|