Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / May 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Creating objects.11 May 2006 17:11 GMT10
I have an abstract base class (MyBase).
I have a collection class for the abstract base class (MyCol). MyCol extends
AbstractList<MyBase>.
I have child classes (MyChildA, MyChildB). MyChildA/B extend MyBase.
Timezone problem11 May 2006 17:04 GMT2
SimpleDateFormat dateFormat = new SimpleDateFormat("yyyy-MM-dd
HH:mm:ss z");
java.util.Date date = new java.util.Date();
System.out.println(dateFormat.format(date));
dump the program in exception11 May 2006 16:02 GMT6
       try {
       } catch (Exception ex) {
           // Hi all, how to dump the call stack? and how to auto
detect which local variable in this function have and print their type,
Using Netbean IDE for writing/compiling/debugging apps without using Project11 May 2006 15:53 GMT6
Is there a way to configure Netbean IDE such that it does not insist on
creating a Project everying time I want to use it to
write/compile/debug small Java apps I am writing to learn Java.
I find that default Netbean IDE behaviour to insist on a Project before
Netbeans 3.6 sources11 May 2006 15:23 GMT2
Does anyone have the sources for NetBeans 3.6 ? It sems the sight
(www.netbeans.org) no longer provides that, and I am looking for such. TIA,
Ike
Recommandations..11 May 2006 15:08 GMT3
Sorry to ask this here but does anyone have a recommendations for a
network newsgroup out there.
I am having major problem with my website. No one can get to it. I run
Apache and Tomcat on a windoze XP SP Home edition. I have looked at
Hibernate 3 + ASM11 May 2006 15:01 GMT1
Why exactly Hibernate needs cglib and asm ?
Is there a way to configure and use Hibernate without asm.jar ? What
would then be the consequences in term of performance ?
Same questions regarding spring-hibernate ?
Ajax and Java question11 May 2006 14:50 GMT1
Is there a way using XMLHttpRequest to send the entire DOM of the html
document
to the servlet?
Problem with Methods11 May 2006 14:26 GMT3
I have a Class (class PublishStats) containing 2 methods. Method 1
(UpdateFields) formats text and inserts it into a DefaultStyledDocument
named, for example "wage1". Method 2 (PublishStats) uses a gridbagLayout to
display "wage1". This does not work opviously because wage1 being ...
how to use recursive algorithm to determine all of the arrangements?11 May 2006 13:23 GMT18
suppose there are n elements,how can you use recursive algorithm to
determine all of the n elements' arrangements.
for example,if there is 1 element,say, A1,there is only one
arrangement, namely,{A1};
commons-httclient: Request URI in protokol header11 May 2006 10:54 GMT1
I have a problem with the commons-httpclient package (jakarta). Suppose
I want to send a POST request (PostMethod in commons-httpclient) to the
URL http://my-server:9999/Test. The commons-httpclient generates a
request looking like this:
java.util.logging11 May 2006 10:35 GMT1
Hello . . . Is it possible that two, three... classes share the same
Log file? If yes, how? Please . . .
proxy11 May 2006 09:38 GMT6
Properties systemSettings = System.getProperties();
systemSettings.put("http.proxyHost","192.168.0.254") ;
systemSettings.put("http.proxyPort", "3128");
Hello... I'm using this code to create a proxy... BUT how will I know
Java Vs Perl11 May 2006 06:53 GMT20
Disclamer i use perl to make the point clearer i'm not saying that perl
is the perfict languige but perl is just a languige thats populer and
im lerning it
Java is staticly typed and slower than perl and espeshaly consitering
how can use xor logic11 May 2006 06:39 GMT9
i want encryption & decryption when enter password
iwant use xor to make this
how that???
please tell me
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.