| Thread | Last Post | Replies |
|
| Enum and variable problematics | 11 Feb 2008 19:45 GMT | 7 |
I have the following problem. I would like to use an enum to access variables in a class - the idea is probable easiets shown by an example (stylistic code). -----
|
| printf statement question | 11 Feb 2008 18:24 GMT | 2 |
How to I seperate 2 printf statements: System.out.printf("Tax $%.2f", Tax); System.out.printf("Total Due $%.2f", TotalDue); it comes out like this: Tax $4.01Total Due $70.89
|
| Directly Modify Vector Item | 11 Feb 2008 14:46 GMT | 8 |
Is it possible to directly manipulate an item within a Vector (or any other AbstractCollection). Basically, I retrieve and manipulate vectors in the following way: Vector myVec = new Vector();
|
| options to java.exe | 11 Feb 2008 14:40 GMT | 4 |
in our company we are using an monitoring tool that comes with a console written in Java. It's a commercial product so we don't have access to sources or to design info. What I notice is that this console becomes slow after a few hours.
|
| how to give dropdown in jsf | 11 Feb 2008 14:31 GMT | 2 |
i want to give the drop-down in my jsf .how to give that
|
| problem | 11 Feb 2008 14:20 GMT | 2 |
When i am writing code using enum, varargs in eclipse ,it says source level is not 5.0 compliant so i am unable to use them .could anybody suggest the work around for this problem? Thanks in Advance,
|
| junit test in eclipse | 11 Feb 2008 12:48 GMT | 1 |
code from some tutorial --------- import junit.framework.TestCase; public class SampleTest extends TestCase {
|
| XLS to database | 11 Feb 2008 06:09 GMT | 1 |
I want to update databse bsed on xls or CSV file record. Can some one provide me code for that
|
| Error while creating jvm in DLL | 11 Feb 2008 05:51 GMT | 1 |
I've written a custom odbc driver to execute some complex queries using Tomcat Server. MS ACCESS loads the dll (through system DSN) I created and links the table to oracle using my odbc drier.
|
| Class hierarchy prolem | 11 Feb 2008 04:03 GMT | 7 |
I have a class, say MyClass, that consist of a few fields in particular of a list of other objects: public MyClass { int someID;
|
| session abandoned? | 10 Feb 2008 23:33 GMT | 12 |
How do you detect when a user has abandoned a JSP session? In this case a user has selected items from a catalogue and included them in a shopping cart (cart table). If the user never checks-out and disappears I want to clean the shopping cart table.
|
| I really need help with this so if anyone can help me out that would be really great of you. | 10 Feb 2008 23:29 GMT | 30 |
I am a student studying in college this is my first year and i am taking Computer Science as my Major but i am having a hard time with my course. I have no idea of whats going on in class so if any 1 knows anything about this things i have to do please help me out.
|
| Data structures in java | 10 Feb 2008 23:22 GMT | 13 |
I am facing problem in doing java programming mainly for data structures part.I want to get a good book on data structures through java by an Indian writer.Please help me as far as you can.
|
| Java/OOP Question/Problem | 10 Feb 2008 21:26 GMT | 23 |
I am fairly new to Java and OOP in general and I am using Java 5 at the moment. If a method expects a type of ImageFrame, which itself extends Frame from awt, why will this method not allow me to pass my own JFrame
|
| HTML Parsing | 10 Feb 2008 15:33 GMT | 1 |
I know how the use the parser in swing, but what I cant seem to figure out is how to tell when the parser has completed parsing the document. It would also solve my problem if someone could tell me how to make it not multi threaded.
|