| Thread | Last Post | Replies |
|
| permutation with repetition | 21 Mar 2007 20:17 GMT | 6 |
i am trying to write a program that will give me all permutations of the given set, with repetition. ex: set: {A,B,C} length: 3 (the user enters the set and the length)
|
| Problem in using JSP:useBean tag | 21 Mar 2007 20:15 GMT | 3 |
I have tried a lot of options but coudn't find the answer. I don't understand how to use this Beans with JSP page. When I run the page it gives erro ClassNotFound .Though I added the Bean(that is Java Class having getXXX() & setXXX() methods) in WEB-INF/
|
| ClassInstanceCreation | 21 Mar 2007 19:56 GMT | 6 |
Below is a definition of ClassInstanceCreation as it is defined in Eclipse JDT. I'm confused about what is a first expression (i mark it with question sign).
|
| Noob programer request help! | 21 Mar 2007 18:34 GMT | 8 |
Hi - im really lost in java and i wonder if u guys could give me some tips for learn the language - or how did u started, often i sit in front jcreator and i dont know what to do, i have tryed books i really have, but i dont seem to find the right way to learn please give me
|
| function as an argument | 21 Mar 2007 18:05 GMT | 7 |
How should I pass a function as an argument? Regards, Pieter
|
| Using & Understanding the Main() Method | 21 Mar 2007 17:10 GMT | 2 |
Could somebody please explain how to use the main() method properly. I have read numerous books but none seem to help. I have two classes - Payment and TestPayment. In TestPayment I have the following code:
|
| JSP Internationalization | 21 Mar 2007 16:32 GMT | 5 |
I am trying to setup a test for internationalizing JSP pages in Japanese. I have some sample strings that I converted in resource files which I ran through native to ascii. When I run the pages, I do not see any Japanese characters. On the
|
| Resizing images with higher DPI makes them dark | 21 Mar 2007 16:03 GMT | 3 |
I use following code to resize the uploaded images in our application. The resizing works fine, but I am getting darker images when I try to resize images with higher DPI. BufferedImageOp op = new
|
| Double troubles | 21 Mar 2007 15:45 GMT | 8 |
I am new to java and I have troubles with doubles. I have 8 bytes and I need to convert them to a single double. I searched the net and found out this piece of code (with all respect to the Author and his rights)
|
| Swing Problem | 21 Mar 2007 15:34 GMT | 3 |
When I create a new JFrame using the Swing library the window is always the smallest it can possibly be. It even hides some of the title if it deems it necessary. I've tried solutions like custom setting the size using setSize, but it disregards my settings there.
|
| Hi | 21 Mar 2007 15:31 GMT | 2 |
Hi I want to join this group.
|
| how to create error | 21 Mar 2007 13:59 GMT | 1 |
goood morning, Anybody tell me please how to create an error in the systeam with using of 'c' programme with details u r faith full,
|
| How to convert XML to XSLT & XSL-FO to be used by FOP ? | 21 Mar 2007 13:34 GMT | 1 |
If I have XML file, how can I convert it into XML to XSLT & XSL-FO to be used by FOP ? Is it hand coded or is there any other way ? Thank you for any help,
|
| Launch Applet from JSP: ClassNotFoundException | 21 Mar 2007 13:30 GMT | 1 |
I have the following file structure... MyApp.war\ WEB-INF\ classes\
|
| Null Object | 21 Mar 2007 10:56 GMT | 6 |
Can anyone please tell me why the following doesnt create a runtime error. Object s = null; System.out.println(s); The output is null. Why doesnt it call the Object's tostring method and
|