Muhammad, It sounds like you are concerned about the space being used by the object references (the identifiers "a" and "b" in your example) and not the space...
Tom McQueeney
tom@...
Jan 2, 2005 7:58 pm
1454
OOA SIGers - Tonight's OOA SIG meeting is regretfully postponed due to the weather. I will reschedule and let you know the new date. Thanks, George Allaman...
DENVER JAVA USERS GROUP http://www.denverjug.org Our next meeting is on Wednesday, January 12th. The featured speaker will be Steve Stelting discussing...
DENVER JAVA USERS GROUP http://www.denverjug.org Our next meeting is on Wednesday, January 12th. The featured speaker will be Steve Stelting discussing...
Is it just me or are the links on the wiki portion of the denverjug web site in simplified Chinese. I tried the site in both firefox and mozilla, and I got...
Hey all I am looking to organize and help lead a study group for the java 2 certification test. The group will either meeting down south or downtown depending...
... No - it's not just you. The problem is that the Wiki doesn't currently have any passwords, so spammers have spambots that automatically delete our real...
... Non-primitive Java variables are only references to objects on the heap. The real values of the variables a and b above are simple numbers, but they do...
For the hearty souls who view snow as a challenge to be won! Join us! The show will go on! DENVER JAVA USERS GROUP http://www.denverjug.org Our next meeting is...
We've recently started using Bugzilla internally, which has been a very good thing for us. It's been software engineering Thorazine, not quite curing the ...
Quality Interactions: Building Effective Working Relationships "...we have come to value: Individuals and interactions over processes and tools." - The Agile...
Does anyone have a report writing tool that they would recommend for a JavaServer Faces application? My application will allow customers to login to view...
Hi all, I have a probably stupid question, but I'm fairly new to Java so I'm hoping one of you 'experts' can help me. I've created some little Java programs ...
ktarter@...
Jan 19, 2005 7:02 pm
1467
Does anyone have a report writing tool that they would recommend for a JavaServer Faces application? My application will allow customers to login to view...
... The default in Windows is to execute files ending with .jar when you double click on them. How are you producing the jar file in NetBeans? What version of...
... Hash: SHA1 Look at Jasper Reports (http://jasperreports.sourceforge.net/). It is free, but not easy to use. There are a couple of GUI report designers...
All you need to do is add a line to the manifest.mf that looks like this: Main-Class: <fully qualified name of main class> So if your main class was called ...
All you need to do is add a line to the manifest.mf that looks like this: Main-Class: <fully qualified name of main class> So if your main class was called...
I'm using sybase ASE 12.5 with the inet jdbc driver. I have a column that I want to put up to 2000 chars in. Used to be, Sybase only supported 255, but...
"Windows has encountered a critical error..." AAUUUGGGHH! Why can't we make software that doesn't fail, or at least software that fails infrequently and...
Juggers, I'm volunteering my time for the Life Goes Om project to make a web site to help recovering cancer patients. I would like to solicit you for some ...
Would the kind person who responded to my query please respond again? I saw your response. I'm sure I did not delete it! I cannot find it anywhere, however. I...
The next meeting of the Denver BEA Users Group is quickly approaching. Title: Bringing an Agile Execution Framework to your shop This discussion will center...
This is the CFP for the merged Agile Development Conference (ADC) and XP Agile Universe (XPAU) conference: Call for Participation - Agile 2005 July 24-29,...
... I'm not familiar with Sybase, but I've been using MS SQL for a while, so here's a guess: Try using cast(T_Attribute.attribute_value as test) instead. I'd...
Hi all, Just wanted to let you know that Daffodil Software has ‘opened’ One$DB under LGPL. Some of the key features of One$DB are: PHP, Triggers, PSM,...
I've been googling for some information on browser resident and browser neutral XSLT, SOAP clients and SVG in javascript. When I could not find any examples, I...
There have been a couple of cool articles written about using the XMLHttpRequest object and JavaScript to dynamically do SOAP queries client-side w/out ...