| Thread | Last Post | Replies |
|
| Applet is not able to call a URL | 11 Mar 2008 10:22 GMT | 8 |
I try to make a HTTP Connection through a Applet. The Url is inside the same CodeBase. Error message: java.net.UnknownHostException: https://www.unserserver.de HttpMethod method = null;
|
| Recipies of South INDIA | 11 Mar 2008 09:37 GMT | 2 |
If you want to know how to make delicious South Indian foods please visit http://recipesoftamilnadu.blogspot.com/
|
| arrays and cloning, where is it described? | 11 Mar 2008 08:46 GMT | 26 |
It seems to be quite a basic thing, but I found myself unsure about how it works, and where it is described. (I didn't find it in JLS nor in the description of Cloneable or Object.clone() in the javadoc)
|
| Java conventions for exceptions | 11 Mar 2008 05:42 GMT | 3 |
I was reading through the tutorials on java.sun and it was stressed that the call of the method close(in their example) should occur in the finally block. So I followed this convention
|
| good sites for searching open source classes? ( something like CPAN for perl ) | 11 Mar 2008 05:21 GMT | 3 |
As you might have seen from my previous question. I'm not that used to Java. When working with perl I always used CPAN http://www.cpan.org/ (a rather huge online archive of perl modules developed by the perl community) and
|
| recommended libraries for B-trees / linked lists / sort etc . . . | 11 Mar 2008 02:10 GMT | 2 |
I'd like to write an applet, which will create many objects (all of the same type) , which can be identified by two integers X and Y. At a later moment I'd like to retrieve the previously created / calculated object by specifying it's X and Y value.
|
| Difference between compile time and runtime reference/objects | 11 Mar 2008 01:32 GMT | 3 |
I have the following code ------------------------------------------------- interface I { int i = 0;
|
| representing a sequence of bits in Java? | 11 Mar 2008 01:19 GMT | 5 |
I want to represent a long sequence of bits indicating whether a long sequence of things are true. ie. Something like, 1010011101010101010, means the first item is true, the second is false, etc. I could use a hashmap, and say the key for the hashmap is
|
| hour glass | 10 Mar 2008 22:51 GMT | 3 |
While system is processing, how to display a "processing" symbol (e.g. like an hour-glass symbol in Windows), so that the User knows the System is processing the user's request my code is in java,when i am downloading a page on clicking a link i
|
| Gibt es bei Ant "nested properties"? | 10 Mar 2008 22:11 GMT | 2 |
Hallo, Leute! Ich bastel gerade an einem etwas größeren Ant-Skript und frage mich, ob es "nested properties" gibt, d.h. ob ich einen Propertynamen aus 2 Properties erstellen kann. Ich möchte so etwas machen:
|
| JSP beans retrieval with a for loop | 10 Mar 2008 17:23 GMT | 10 |
I retrieve books from a database and put each book with its data into a bean. this works well, the beans are called bookBeanBeg1, bookBeanBeg2, bookBeanBeg3, bookBeanBeg4, etc.
|
| java newbie, error in java or in squid proxy setup? | 10 Mar 2008 16:30 GMT | 1 |
I am wondering if this is a problem with the setup of squid on my network or a problem with java, I have the following code import java.net.*; import java.io.*;
|
| I need a lead on starting an internet cafe management software | 10 Mar 2008 14:19 GMT | 4 |
first day! I am planning to start a new internet cafe management software using corba and java. Can anyone please some sort of tools to use, packages to utilize or any general advises are welcome. Meharik
|
| Good news for applets with IE8! | 10 Mar 2008 14:06 GMT | 5 |
I have just tried IE8 Beta 1 with my applets and they all ran first time without any additional configuration (i.e. I didn't have to reinstall the Java plug-in) *and* the requirement to "Click to activate this control" appears to have been removed!
|
| Vector class | 10 Mar 2008 14:04 GMT | 5 |
I have implemented a vector class.It's fine except it shows the element at position 2 i.e. index 1 is 19 even after removing it.But the size i am able to decrease.What should I do for that? Can anyone suggest me?My program is:-
|